Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Document settings file discovery #28

Open
acdha opened this issue Feb 11, 2016 · 3 comments
Open

Document settings file discovery #28

acdha opened this issue Feb 11, 2016 · 3 comments

Comments

@acdha
Copy link

acdha commented Feb 11, 2016

I have a setup.cfg file with pylama options and everything works great from the command-line.

The linter output shows messages which are excluded by my settings file, however, and no combination of the discovery options in the Atom settings seems to get it to use the setup.cfg in the top level of the project the same way the command-line invocation does.

(This is unchanged whether using the internal or external linter)

@achembarpu
Copy link

I'm able to get it working on v0.7.3, with the Use Pylama configuration file setting set to Use pylama config and filename set to tox.ini, with all my pylama settings in the [pylama] section of the config file.

However, it did require a reload of atom to make it use the config file.

@antonavy
Copy link

Is there any documentation or some kind of a manual regarding this?
I need to change line length limit for PEP8, how do I do that?
Where do I put pylama.ini? What do I put in pylama.ini?

@gmist
Copy link
Member

gmist commented Mar 24, 2017

@antonavy look here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants