-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Subfolder selene.toml #526
Comments
It would also be possible to have the main selene.toml say which std should be used at which folder, at least it would work for my use case but having subfolder selene.toml's might also be a good idea. |
@Commandcracker Somewhat off-topic but did you write |
I have a slightly different feature request that might be combined with this. What I want is an option to find a config file by searching upwards recursively from the directory containing the file I'm linting. Consider the following directory structure:
If I run selene against This is relevant to me because I use selene inside neovim, which runs selene from the directory running neovim. I could add logic to my neovim config to pass the appropriate If I should open a separate issue though let me know. |
Explanation
I would like selen to handle selene.toml's in subfolders.
Example
The text was updated successfully, but these errors were encountered: