Commit 563f11d
Mikhail Arkhipov
Change how we offer to install/disable linters (#973)
* Basic tokenizer
* Fixed property names
* Tests, round I
* Tests, round II
* tokenizer test
* Remove temorary change
* Fix merge issue
* Merge conflict
* Merge conflict
* Completion test
* Fix last line
* Fix javascript math
* Make test await for results
* Add license headers
* Rename definitions to types
* License headers
* Fix typo in completion details (typo)
* Fix hover test
* Russian translations
* Update to better translation
* Fix typo
* #70 How to get all parameter info when filling in a function param list
* Fix #70 How to get all parameter info when filling in a function param list
* Clean up
* Clean imports
* CR feedback
* Trim whitespace for test stability
* More tests
* Better handle no-parameters documentation
* Better handle ellipsis and Python3
* #385 Auto-Indentation doesn't work after comment
* #141 Auto indentation broken when return keyword involved
* Undo changes
* #627 Docstrings for builtin methods are not parsed correctly
* reStructuredText converter
* Fix: period is not an operator
* Minor fixes
* Restructure
* Tests
* Tests
* Code heuristics
* Baselines
* HTML handling
* Lists
* State machine
* Baselines
* Squash
* no message
* Whitespace difference
* Update Jedi to 0.11.1
* Enable Travis
* Test fixes
* Undo change
* Jedi 0.11 with parser
* Undo changes
* Undo changes
* Test fixes
* More tests
* Tests
* Fix pylint search
* Handle quote escapes in strings
* Escapes in strings
* CR feedback
* Discover pylintrc better + tests
* Fix .pyenv/versions search
* Fix multiple linters output
* Better handle markdown underscore
* Test
* Fix 916: PyLint checks wrong files
* Test stability
* Try increase timeout
* Make sure linting is enabled in tests
* Try another way of waiting
* Simplify
* Fix clear diags on close tests
* Try writing settings directly
* Increase timeout
* Measure test time
* Measure time
* Simplify
* Set timeout
* Better venv detection
* Add test
* More reliable check
* Fix pylint switch key
* Remove incorrect flag
* Disable print
* Require pylint 1.8 on CI
* Fix working directory for standalone files
* Use an 'elif'
* Separate file for pylint root config
* Remove double event listening
* Remove test
* Revert "Remove test"
This reverts commit e240c3f.
* Revert "Remove double event listening"
This reverts commit af573be.
* Explicitly disable linter
* New buttons
* PR feedback
* Revert "PR feedback"
This reverts commit d0c7ab5.
* PR feedback1 parent 747e6f2 commit 563f11d
3 files changed
Lines changed: 8 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | | - | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
| 166 | + | |
166 | 167 | | |
167 | | - | |
168 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 60 | | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 65 | | |
74 | 66 | | |
75 | 67 | | |
| |||
78 | 70 | | |
79 | 71 | | |
80 | 72 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 73 | | |
86 | 74 | | |
87 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments