Skip to content

Commit

Permalink
Merge d91e550 into a881fb7
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed May 17, 2019
2 parents a881fb7 + d91e550 commit 4891c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylint_odoo/examples/.jslintrc
Expand Up @@ -22,7 +22,7 @@
"no-class-assign": "error",
"no-cond-assign": "error",
"no-confusing-arrow": "error",
"no-console": "error",
"no-console": "off",
"no-const-assign": "error",
"no-constant-condition": "error",
"no-continue": "off",
Expand Down
2 changes: 1 addition & 1 deletion pylint_odoo/test/main.py
Expand Up @@ -31,7 +31,7 @@
'file-not-used': 6,
'incoherent-interpreter-exec-perm': 3,
'invalid-commit': 4,
'javascript-lint': 25,
'javascript-lint': 24,
'license-allowed': 1,
'manifest-author-string': 1,
'manifest-deprecated-key': 1,
Expand Down

0 comments on commit 4891c97

Please sign in to comment.