Skip to content

Commit

Permalink
Bumped to 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Nov 1, 2024
1 parent 8df86a1 commit dee52ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ Rails/RakeEnvironment:
# the individual tests are always going to be a bit long.
RSpec/ExampleLength:
Enabled: false

# Setting this to a max of 3 as 2 is too restrictive for some of our code
Style/SafeNavigationChainLength:
Max: 3
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
boxt_rubocop (2.14.2)
boxt_rubocop (2.14.3)
rubocop (= 1.68.0)
rubocop-factory_bot (= 2.26.1)
rubocop-faker (= 1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.2
2.14.3
8 changes: 6 additions & 2 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ AllCops:
NewCops: enable

Boxt/ApiPathFormat:
Description: 'Ensure that the API path uses kebab case'
Description: "Ensure that the API path uses kebab case"
Enabled: false

Boxt/ApiTypeParameters:
Description: 'Ensure that API parameters are typed'
Description: "Ensure that API parameters are typed"
Enabled: false

Layout/ClassStructure:
Expand Down Expand Up @@ -64,5 +64,9 @@ Style/Documentation:
Style/DoubleNegation:
Enabled: false

# Setting this to a max of 3 as 2 is too restrictive for some of our code
Style/SafeNavigationChainLength:
Max: 3

Style/StringLiterals:
EnforcedStyle: double_quotes

0 comments on commit dee52ae

Please sign in to comment.