Skip to content

setup.cfg not working #8

@euphoniumlover

Description

@euphoniumlover

ⓘ Summary

I've tried to setup a setup.cfg for pylint and it's not doing anything.

👣 Reproduction steps

  1. Default value for Configuration File Path %PROJECTPATH/setup.cfg
  2. 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:

image
image

💬 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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions