|
rules = ['--disable=all', '--enable=' + ','.join([p['patternId'] for p in pylint.get('patterns') or []])] |
Can you supply users with the complete .codacyrc you are using for PyLint (Python 3) 2.4.x please ?
I want to pre-run this locally for a sanity check, I keep getting errors that my local pylint never speaks of. (One of them makes sense: unable to import 3rd party libraries, because you dont install my dependencies, stuff like that and more..)