summary refs log tree commit diff stats
path: root/pylintrc
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 /pylintrc
parent1a6d1846939e56a169e1584f03d352edf3ac5d76 (diff)
downloadranger-bc2c56195c879275715af67cfcc65757eede0454.tar.gz
linting: Rename config files
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/pylintrc b/pylintrc
deleted file mode 100644
index d108c93f..00000000
--- a/pylintrc
+++ /dev/null
@@ -1,14 +0,0 @@
-[BASIC]
-good-names=i,j,k,n,x,y,ex,Run,_,fm,ui,fg,bg
-bad-names=foo,baz,toto,tutu,tata
-
-[DESIGN]
-max-args=6
-max-branches=16
-
-[FORMAT]
-max-line-length = 99
-disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,cyclic-import,redefined-variable-type
-
-[TYPECHECK]
-ignored-classes=ranger.core.actions.Actions