mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
Enable bad-docstring-quotes pylint rule for core (#84100)
* Enable bad-docstring-quotes pylint rule for core * Ignore previously bulk update in git blame
This commit is contained in:
parent
a0495fc314
commit
56bab1d097
|
|
@ -2,3 +2,5 @@
|
||||||
# Bulk PowerShell sanity fixes
|
# Bulk PowerShell sanity fixes
|
||||||
6def4a3180fe03981ba64c6d8db28fed3bb39c0c
|
6def4a3180fe03981ba64c6d8db28fed3bb39c0c
|
||||||
716631189cb5a3f66b3add98f39e64e98bc17bf7
|
716631189cb5a3f66b3add98f39e64e98bc17bf7
|
||||||
|
# Bulk update of strings from triple single quotes to triple double quotes
|
||||||
|
a0495fc31497798a7a833ba7406a9729e1528dd8
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
max-line-length=160
|
max-line-length=160
|
||||||
|
|
||||||
|
load-plugins=
|
||||||
|
pylint.extensions.docstyle,
|
||||||
|
|
||||||
disable=
|
disable=
|
||||||
|
docstring-first-line-empty,
|
||||||
import-outside-toplevel, # common pattern in ansible related code
|
import-outside-toplevel, # common pattern in ansible related code
|
||||||
abstract-method,
|
abstract-method,
|
||||||
access-member-before-definition,
|
access-member-before-definition,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user