nitpick check works at flake8Enabled = true as expected. However, checking pylintEnabled = false always results "No violations found" regardless actual value is true or false.
Expected behavior
nitpick properly reports a violation by checking a falsy json value.
Steps to reproduce
create a style file like above mentioned.
create .vscode/setting.json which contains "{"python.linting.pylintEnabled" = true}.
run nitpick check
Context
Our team members use the MS VSCode as a python development environment.
I'm trying to write a style of .vscode/settings.json, to apply the same setting to our projects.
nitpick does not report any violations that json value has to be
false
.Current behavior
I have a style file like below.
nitpick check
works atflake8Enabled = true
as expected. However, checkingpylintEnabled = false
always results "No violations found" regardless actual value istrue
orfalse
.Expected behavior
nitpick properly reports a violation by checking a falsy json value.
Steps to reproduce
.vscode/setting.json
which contains"{"python.linting.pylintEnabled" = true}
.nitpick check
Context
Our team members use the MS VSCode as a python development environment. I'm trying to write a style of .vscode/settings.json, to apply the same setting to our projects.
Your environment
nitpick
version used: 0.32.0None
For more information, see the CONTRIBUTING guide.