Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings overwriting eachother #34

Closed
mruwnik opened this issue Apr 21, 2015 · 6 comments
Closed

settings overwriting eachother #34

mruwnik opened this issue Apr 21, 2015 · 6 comments

Comments

@mruwnik
Copy link
Contributor

mruwnik commented Apr 21, 2015

I have the following lines in my pylama.ini file
[pylama:*/init.py]
ignore = W0611

[pylama:bla/init.py]
ignore = E402,W0611

On one machine this works as expected (W0611 is ignored for all init.py files, while bla/init.py also ignores E402). But when the same code is checked on a different machine, with the same pylama version, it causes E402 errors to be found for bla/init.py.

@trojkat
Copy link
Contributor

trojkat commented Sep 28, 2016

@mruwnik, how about changing the order:

[pylama:bla/init.py]
ignore = E402,W0611

[pylama:*/init.py]
ignore = W0611

@mzfr
Copy link

mzfr commented Jun 9, 2018

@mruwnik any updates on this issue ?

@mruwnik
Copy link
Contributor Author

mruwnik commented Jun 9, 2018

I can't remember. But I found this commit in my forked repo: mruwnik@9468773
I have no idea if it helps, but it might be worth a shot :D

@mzfr
Copy link

mzfr commented Jun 9, 2018

So are you saying that you haven't tested it yet ? or are you still having this issue ? Did you tried what @trojkat mentioned ?

@mruwnik
Copy link
Contributor Author

mruwnik commented Jun 9, 2018

I can't remember. It was 2 years ago. I haven't had that problem since then, though.

@mzfr
Copy link

mzfr commented Jun 9, 2018

Okay since you haven't had any issue and neither did someone else reported something similar. I would request you to close this issue

@mruwnik mruwnik closed this as completed Jun 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants