File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
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(os.path.dirname(find_pylintrc())))"
7
+
8
+ [MESSAGES CONTROL]
9
+ disable =all
10
+ enable =E
Original file line number Diff line number Diff line change
1
+ language : python
2
+ jobs :
3
+ include :
4
+ - name : " Windows Lint"
5
+ os : windows
6
+ language : sh
7
+ python : " 3.7"
8
+ cache : pip
9
+ before_install :
10
+ - choco install python --version 3.7.3
11
+ - export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
12
+ - pip install pylint
13
+ script :
14
+ - pylint library && pylint queries && pylint application && pylint interface
You can’t perform that action at this time.
0 commit comments