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
As the title said, the extension highlights the problems present in my Gemfile, even after i added an exclusion in the .rubocop.yml file, which is present at the root of my project folder. But when I execute the bundle exec rubocop command in my project, the exclusion are made correctly and the warning of those file are not shown in the report. I cannot determine if I missed some configuration when installing and managing the extension or if this behavior is not intended.
Here is an example of the issue:
And here is some of detailed information of my configuration:
Hello,
As the title said, the extension highlights the problems present in my Gemfile, even after i added an exclusion in the .rubocop.yml file, which is present at the root of my project folder. But when I execute the
bundle exec rubocop
command in my project, the exclusion are made correctly and the warning of those file are not shown in the report. I cannot determine if I missed some configuration when installing and managing the extension or if this behavior is not intended.Here is an example of the issue:
And here is some of detailed information of my configuration:
Thanks for reading my problem and I am attent to respond any question or details that may be needed to clarify the situation
The text was updated successfully, but these errors were encountered: