Skip to content

Commit

Permalink
update rubocop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Apr 7, 2023
1 parent 09c10d3 commit 6d173e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Metrics/ClassLength:
Layout/LineLength:
Enabled: false

Layout/TrailingWhitespace:
Enabled: false

Style/RedundantLineContinuation:
Enabled: false

Metrics/MethodLength:
Enabled: false

Expand Down

0 comments on commit 6d173e0

Please sign in to comment.