-
Notifications
You must be signed in to change notification settings - Fork 2
setup.cfg not working #8
Copy link
Copy link
Closed
Description
ⓘ Summary
I've tried to setup a setup.cfg for pylint and it's not doing anything.
👣 Reproduction steps
- Default value for Configuration File Path
%PROJECTPATH/setup.cfg - Use a setup.cfg in root of your project containing exactly this:
#[pylint]
#disable = D107,R0913
#[flake8]
#max-line-length = 82
I also tried using #[pylint:pydocstyle] or
#[pylint]
#[pydocstyle]
but none of those work.
🦄 Expected behaviour:
For the error codes listed to be disabled like normal, and the expected line length to be adjusted.
🐞 Actual behaviour:
The errors are still listed.
📷 Screenshot:
💬 Comment:
Thank you so much for your work every other atom linter was crashing and getting tons of error messages and are unmaintained. I was almost doubting atom's ability until I saw this. I can deal with it for now but if you could fix this (or tell me what stupid mistake I made) that would be great as google hasn't been helpful with solving this problem.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

