We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46efa21 commit 2fede63Copy full SHA for 2fede63
.pylintrc
@@ -0,0 +1,10 @@
1
+[TYPECHECK]
2
+ignored-modules=sublime,sublime_plugin,package_control
3
+
4
+[MASTER]
5
+# init-hook='import sys; sys.path.append("C:\\Users\\Admin\\AppData\\Roaming\\Sublime Text 3\\Packages")'
6
+init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
7
8
+[MESSAGES CONTROL]
9
+disable=all
10
+enable=E
0 commit comments