You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem is very similar to the one that was fixed in #2264. Relative paths in files named .rubocop.yml are relative to the directory where that file is. The file $HOME/.rubocop.yml should be an exception to this rule, and paths there should be relative to the current directory.
Thank for reply.
I think $HOME/.rubocop.yml path globbing config, it should be the default value for current project
missing config, so, it should be same behavior.
I want to add all my project exclude pattern in my $HOME/.rubycop.yml
so, I have to add like this:
But, I think it maybe not reasonable, if remove the leading
**
is more reasonable.no one hope exclude some directory in $HOME after all.
Thanks
The text was updated successfully, but these errors were encountered: