about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-02-09 15:32:33 +0100
committernfnty <git@nfnty.se>2017-02-09 15:32:33 +0100
commitbc2c56195c879275715af67cfcc65757eede0454 (patch)
treedc68734cd37a4fe5bed7d6f4303e596fe71951cb /Makefile
parent1a6d1846939e56a169e1584f03d352edf3ac5d76 (diff)
downloadranger-bc2c56195c879275715af67cfcc65757eede0454.tar.gz
linting: Rename config files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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..."