Skip to content

Commit c8273ac

Browse files
committed
Cop: Do not enforce %i(...) thingy
lib/openscap/xccdf/tailoring.rb:55:51: C: Use %i or %I for an array of symbols. attach_function :xccdf_tailoring_import_source, [:pointer, :pointer], :pointer
1 parent cb4e77f commit c8273ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ Metrics/MethodLength:
1818

1919
Style/HashSyntax:
2020
EnforcedStyle: hash_rockets
21+
22+
Style/SymbolArray:
23+
EnforcedStyle: brackets

0 commit comments

Comments
 (0)