Skip to content

Commit

Permalink
Merge pull request #91 from nishidayuya/chore_follow_rubocop_changes
Browse files Browse the repository at this point in the history
Follow Rubocop changes
  • Loading branch information
liufengyun authored Jun 18, 2024
2 parents bc2360e + 9ede92e commit 1579751
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Metrics/MethodLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/LineLength:
Layout/LineLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Expand All @@ -36,5 +36,7 @@ RSpec/ExampleLength:
Enabled: false
RSpec/DescribeClass:
Enabled: false
RSpec/FilePath:
RSpec/SpecFilePathFormat:
Enabled: false
RSpec/NoExpectationExample:
Enabled: false

0 comments on commit 1579751

Please sign in to comment.