Skip to content

Commit 7ad7ee5

Browse files
authored
Merge pull request #3 from upfluence/jl/disable-shortand-syntax
.rubocop.yml: disable EnforcedShortandSyntax
2 parents 905253d + 9ba1215 commit 7ad7ee5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.rubocop.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,19 @@ Layout/LineLength:
3131

3232
Style/EachWithObject:
3333
Enabled: false
34-
34+
3535
Naming/InclusiveLanguage:
3636
Enabled: false
37-
37+
3838
Lint/ShadowingOuterLocalVariable:
3939
Enabled: false
40-
40+
4141
Naming/MethodParameterName:
4242
Enabled: false
4343

44+
Style/HashSyntax:
45+
EnforcedShorthandSyntax: never
46+
4447
AllCops:
4548
NewCops: enable
4649
Exclude:

0 commit comments

Comments
 (0)