Alexander-N
|
eff492a8d8
|
Replace assert_true(False) with fail and don't ignore pylint rule W1503
assert_true(False) violates W1503 (redundant-unittest-assert) and is less clear than using fail().
|
2017-07-24 13:30:35 +02:00 |
|
Alexander-N
|
61b53f8995
|
Remove several linting rules from ignored list in .coafile
These rules are not violated and don't need to be ignored.
|
2017-07-24 13:26:21 +02:00 |
|
Alexander-N
|
2149e7847d
|
Ignore more pylint rules in .coafile (#2823)
Ignore them for now, so that they can be fixed later one by one.
|
2017-07-19 01:50:22 +02:00 |
|
Alexander-N
|
f7c843fd21
|
Enable pylint check E0211 (method has no argument) in .coafile
Adapt Attic013Item in test_attic013_acl_bug so that as_dict takes `self` as
first argument. This was the only case where E0211 was violated.
|
2017-07-17 11:21:30 +02:00 |
|
Alexander-N
|
bb26709cf5
|
Update path to chunker.c in .coafile
|
2017-07-15 16:02:20 +02:00 |
|
TW
|
28e4eb4ea3
|
add a .coafile for coala (#2592)
add support for using coala, fixes #1366
ignores / disable are set up so that there are not many faults.
we can improve that iteratively.
|
2017-06-03 15:13:21 +02:00 |
|