OCA-git-bot
5 years ago
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
2 changed files with
3 additions and
2 deletions
-
.eslintrc
-
.pylintrc
|
|
@ -285,5 +285,7 @@ |
|
|
|
"yield-star-spacing": "off", |
|
|
|
"yoda": "warn" |
|
|
|
}, |
|
|
|
"parserOptions": {} |
|
|
|
"parserOptions": { |
|
|
|
"ecmaVersion": 2017 |
|
|
|
} |
|
|
|
} |
|
|
@ -67,7 +67,6 @@ enable=anomalous-backslash-in-string, |
|
|
|
xml-syntax-error, |
|
|
|
# messages that do not cause the lint step to fail |
|
|
|
consider-merging-classes-inherited, |
|
|
|
copy-wo-api-one, |
|
|
|
create-user-wo-reset-password, |
|
|
|
dangerous-filter-wo-user, |
|
|
|
deprecated-module, |
|
|
|