Skip to content

Many fixes and improvements

Latest
Compare
Choose a tag to compare
@moylop260 moylop260 released this 07 Feb 21:54
· 301 commits to main since this release

bc1e6f4 [ADD] except-pass: Emit message If a except:pass is used (#107)
4fa6c37 [ADD] attribute-string-redundant: Check if "string" parameter is equal to variable name (#100)
51bd605 [ADD] renamed-field-parameter: Detect deprecated field values (digits_compute, select) (#99)
58dc5ae [ADD] xml-attribute-translatable: Check XML attribute without translation parameter (#105)
5f9c304 [ADD] eval-referenced: Detects if a "eval" is referenced (without call it) (#101)

cc4aad5 [REF] README: Auto-update Using the following script: 'PYTHONPATH=~/odoo/pylint-odoo python -c "import pylint_odoo;print pylint_odoo.messages2rst()"'
40c89fc [REF] .travis.yml: Renamed flake8 error from F999 to F601 (#115)
527c992 [REF] javascript-lint: Use eslint instead of jshint (#97)
7c28b0b [REF] incoherent-interpreter-exec-perm: Better message (#106)
fd52d66 [REF] misc: Remove deprecated method

82feead [IMP] pylint-odoo: Adding support for parameters --ignore and --ignore-patterns (#103)

33c75b4 [FIX] Check file-not-used: Skip tests folders (#114)
e2e6f5a [FIX] incoherent-interpreter-exec-perm: Skip check for windows (#113)
93cf3b2 [FIX] attribute-string-redundant: Add "isinstance" validation for nodes
ab3e078 [FIX] duplicate-xml-fields: False red using 2 tree sub-views *2M fields (#96)
e4e85e7 [FIX] method-NAME: Fix if value is not a string
89c790a [FIX] test: Never use global into test