File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,12 @@ complexity."
151
151
:group 'lsp-pyls
152
152
:package-version '(lsp-mode . " 6.1" ))
153
153
154
+ (defcustom lsp-pyls-plugins-pylint-args t
155
+ " Arguments, passed to pylint"
156
+ :type '(repeat string)
157
+ :group 'lsp-pyls
158
+ :package-version '(lsp-mode . " 6.1" ))
159
+
154
160
(defcustom lsp-pyls-plugins-pycodestyle-enabled t
155
161
" Enable or disable the plugin."
156
162
:type 'boolean
@@ -305,6 +311,7 @@ at all."
305
311
(" pyls.plugins.pycodestyle.exclude" lsp-pyls-plugins-pycodestyle-exclude)
306
312
(" pyls.plugins.pycodestyle.enabled" lsp-pyls-plugins-pycodestyle-enabled t )
307
313
(" pyls.plugins.pylint.enabled" lsp-pyls-plugins-pylint-enabled t )
314
+ (" pyls.plugins.pylint.args" lsp-pyls-plugins-pylint-args)
308
315
(" pyls.plugins.preload.modules" lsp-pyls-plugins-preload-modules)
309
316
(" pyls.plugins.preload.enabled" lsp-pyls-plugins-preload-enabled t )
310
317
(" pyls.plugins.mccabe.threshold" lsp-pyls-plugins-mccabe-threshold)
You can’t perform that action at this time.
0 commit comments