Skip to content

Commit

Permalink
disable additional rubocop checks, update required ruby version in ge…
Browse files Browse the repository at this point in the history
…mspec
  • Loading branch information
dorianmariecom committed Aug 28, 2024
1 parent 0ec6ab2 commit f2fe276
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Layout/MultilineOperationIndentation:
Enabled: false
Lint/EmptyClass:
Enabled: false
Lint/PercentStringArray:
Enabled: false
Lint/ShadowingOuterLocalVariable:
Enabled: false
Metrics/AbcSize:
Expand All @@ -42,10 +44,16 @@ Metrics/ParameterLists:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Naming/FileName:
Enabled: false
Naming/MethodParameterName:
Enabled: false
Performance/UnfreezeString:
Enabled: false
RSpec/AnyInstance:
Enabled: false
RSpec/DescribeClass:
Enabled: false
RSpec/ExampleLength:
Enabled: false
RSpec/ExampleWording:
Expand All @@ -66,6 +74,8 @@ Rails/TimeZone:
Enabled: false
Style/Documentation:
Enabled: false
Style/DoubleNegation:
Enabled: false
Style/EmptyMethod:
Enabled: false
Style/IfUnlessModifier:
Expand Down
1 change: 1 addition & 0 deletions dorian-json-each.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Gem::Specification.new do |s|
s.add_dependency "dorian-arguments"
s.add_dependency "dorian-to_struct"
s.add_dependency "json"
s.required_ruby_version = "3.3.4"
end

0 comments on commit f2fe276

Please sign in to comment.