diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-02 11:15:38 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-06-02 11:18:47 +0200 |
| commit | 49387b574e4f6d81d2aa20a3a3deab087b2d97e9 (patch) | |
| tree | 10f0451dd989a341b655a25c327a45a83b49121f /Makefile | |
| parent | 6fd3a519ccf671c65cbad9887ed44ddadf2ee267 (diff) | |
| download | allocbench-49387b574e4f6d81d2aa20a3a3deab087b2d97e9.tar.gz allocbench-49387b574e4f6d81d2aa20a3a3deab087b2d97e9.zip | |
[pylint] add config and fix tools/check-pylint exit code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ clean: rm -rf $(OBJDIR) check-pylint: - pylint -j 0 $(PYTHONFILES) || ./tools/check-pylint + pylint --rcfile=.pylint.rc -j 0 $(PYTHONFILES) || ./tools/check-pylint format: yapf -i $(PYTHONFILES) |
