Skip to content

Commit

Permalink
.rubocop and .rubyversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Oct 31, 2022
1 parent dae7a95 commit 1f00c4b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions test/e2e/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
AllCops:
TargetRubyVersion: 3.1
NewCops: enable

Metrics/AbcSize:
Enabled: false

Metrics/ModuleLength:
Enabled: false

Metrics/BlockLength:
Enabled: false

Layout/LineLength:
Enabled: false

Layout/MethodLength:
Enabled: false

Metrics/ParameterLists:
Max: 15

Naming/VariableNumber:
CheckSymbols: false

Naming/MethodParameterName:
Enabled: False

Style/HashSyntax:
EnforcedStyle: no_mixed_keys
EnforcedShorthandSyntax: either
1 change: 1 addition & 0 deletions test/e2e/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.2

0 comments on commit 1f00c4b

Please sign in to comment.