diff options
author | nfnty <git@nfnty.se> | 2017-02-09 15:32:33 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-02-09 15:32:33 +0100 |
commit | bc2c56195c879275715af67cfcc65757eede0454 (patch) | |
tree | dc68734cd37a4fe5bed7d6f4303e596fe71951cb /Makefile | |
parent | 1a6d1846939e56a169e1584f03d352edf3ac5d76 (diff) | |
download | ranger-bc2c56195c879275715af67cfcc65757eede0454.tar.gz |
linting: Rename config files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8636b170..df1189a5 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ TEST_PATH_CONFIG = ./ranger/config test_pylint: @echo "Running pylint..." pylint $(TEST_PATHS_MAIN) - pylint --rcfile=$(TEST_PATH_CONFIG)/pylintrc $(TEST_PATH_CONFIG) + pylint --rcfile=$(TEST_PATH_CONFIG)/.pylintrc $(TEST_PATH_CONFIG) test_flake8: @echo "Running flake8..." |