diff options
author | Konstantin Alekseev <mail@kalekseev.com> | 2019-10-22 00:38:54 +0300 |
---|---|---|
committer | Konstantin Alekseev <mail@kalekseev.com> | 2020-08-30 22:56:10 +0300 |
commit | 1462de6685d7d71b7adba9f1b5e4f568b40da6b1 (patch) | |
tree | 607422568e1454ee37825782a2cc617f4597986a /.gitignore | |
parent | 0989da4a38c80983548db623d407d7178f2452d5 (diff) | |
download | ale-1462de6685d7d71b7adba9f1b5e4f568b40da6b1.zip |
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.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions