infinum / rubocop-infinum

Infinum's Ruby Style Guide
0 stars 1 forks source link

Exclude vendor/bundle/** for AllCops #7

Closed nikajukic closed 3 years ago

nikajukic commented 3 years ago

Now that we are running rubocop on Semaphore builds, we need to exclude vendor/bundle folder for AllCops.

We were getting an error on build:

vendor/bundle/ruby/2.7.0/bundler/gems/jsonapi_parameters-9e63c83ce492/.rubocop.yml: Metrics/LineLength has the wrong namespace - should be Layout Error: RuboCop found unsupported Ruby version 2.3 in TargetRubyVersion parameter (in vendor/bundle/ruby/2.7.0/bundler/gems/jsonapi_parameters-9e63c83ce492/.rubocop.yml). 2.3-compatible analysis was dropped after version 0.81. Supported versions: 2.5, 2.6, 2.7, 3.0, 3.1

cilim commented 3 years ago

Thanks @nikajukic!

0.1.1 released.