File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Layout/HashAlignment:
13
13
EnforcedColonStyle : table
14
14
EnforcedHashRocketStyle : table
15
15
16
+ Layout/LeadingCommentSpace :
17
+ AllowRBSInlineAnnotation : true
18
+ AllowSteepAnnotation : true
19
+
16
20
Layout/SpaceAroundOperators :
17
21
Exclude :
18
22
# Suppress line breaks in spec files (e.g `it { should xxxx }`, `its(:method) { should xxxx }` )
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def extract_enum_definitions
94
94
stdout = execute_ctags ( "--c-kinds=e --fields=+n" )
95
95
96
96
# Workaround for Ruby::UnannotatedEmptyCollection on steep 1.9.0+
97
- name_to_definition = { } #: Hash[String, RubyHeaderParser::EnumDefinition] # rubocop:disable Layout/LeadingCommentSpace
97
+ name_to_definition = { } #: Hash[String, RubyHeaderParser::EnumDefinition]
98
98
99
99
name_to_definitions =
100
100
stdout . each_line . with_object ( name_to_definition ) do |line , hash |
You can’t perform that action at this time.
0 commit comments