Skip to content

Commit

Permalink
Add comments (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinecc authored Apr 22, 2021
1 parent 316e50d commit e44ada9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AllCops:
EnabledByDefault: true
Exclude:
- 'bin/**/*'
- 'db/schema.rb'
- 'db/schema.rb' # Auto-generated file
- 'vendor/**/*'

Bundler/OrderedGems:
Expand Down Expand Up @@ -33,8 +33,8 @@ Metrics/BlockLength:
Exclude:
- 'config/environments/*.rb'
- 'config/routes.rb'
- 'db/migrate/*_init_schema.rb'
- 'spec/**/*'
- 'db/migrate/*_init_schema.rb' # Squashed migrations generate a large initial schema
- 'spec/**/*' # To avoid duplicating warnings from RSpec/ExampleLength

Naming/VariableNumber:
EnforcedStyle: snake_case
Expand Down

0 comments on commit e44ada9

Please sign in to comment.