The extension keeps running Rubocop on excluded files; for example, given the following `.rubocop.yml`: ```yml AllCops: TargetRubyVersion: 3.0 Exclude: - 'config/**/*' ``` I keep getting highlighted errors on `config/application.rb`: 