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

Enhancement request: Respect XDG basedir spec #1688

Closed
jleclanche opened this issue Oct 1, 2017 · 1 comment
Closed

Enhancement request: Respect XDG basedir spec #1688

jleclanche opened this issue Oct 1, 2017 · 1 comment

Comments

@jleclanche
Copy link

https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

Reference code: https://github.com/PyCQA/pylint/blob/master/pylint/config.py

Pylint currently defaults PYLINT_HOME to ~/.pylint.d. The basedir spec would expect it to be in $XDG_CONFIG_HOME/pylint, defaulting $XDG_CONFIG_HOME to $HOME/.config if it is not set.

Thoughts?

@PCManticore
Copy link
Contributor

Closed as dupicate of #1364. I'm not keen on adding yet another place where pylint's configs can live.

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

2 participants