Skip to content

Commit

Permalink
Merge branch 'release/2.11.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbischof committed Nov 7, 2022
2 parents 762afd8 + a30ccf5 commit 3afcdfd
Show file tree
Hide file tree
Showing 13 changed files with 167 additions and 176 deletions.
10 changes: 10 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Style/MixinUsage:
Style/NonNilCheck:
IncludeSemanticChanges: true

Style/FetchEnvVar:
Enabled: false

Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
Expand Down Expand Up @@ -61,6 +64,13 @@ RSpec/VerifiedDoubleReference:
Enabled: true
EnforcedStyle: string

RSpec/NoExpectationExample:
Exclude:
- 'spec/support/**/*'
- 'spec/views/**/*'
- 'spec/system/**/*'
- 'spec/screenshots/**/*'

Rails/Output:
Exclude:
- 'lib/v1/data_migrator.rb'
Expand Down

0 comments on commit 3afcdfd

Please sign in to comment.