Skip to content

Commit 1642af0

Browse files
committed
Ignore HashSyntax in keys_spec.rb
1 parent 515fd01 commit 1642af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ AllCops:
66
NewCops: enable
77
DisplayCopNames: true
88
TargetRubyVersion: 2.6
9+
10+
Style/HashSyntax:
11+
Exclude:
12+
- spec/octofacts/util/keys_spec.rb

0 commit comments

Comments
 (0)