Files
ale/test/command_callback
Konstantin Alekseev 1462de6685 Run flake8 from project root by default.
Option `per-file-ignores` was introduced in flake8 version 3.7.0.
It allows to ignore specific errors in specific files using glob syntax.
For example `per-file-ignores = src/generated/*.py:F401` will
ignore `F401` error in all python files in `src/generated`.
Thus ale has to run flake8 from project root where .flake8 config
is placed otherwise glob won't match linted file.
2020-08-30 22:56:10 +03:00
..
2018-12-01 15:05:18 +09:00
2018-09-07 13:16:22 -04:00
2017-06-28 15:27:02 +01:00
2018-12-10 14:02:32 -07:00
2018-12-11 23:44:06 +09:00
2018-06-23 22:59:13 +05:30