File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -1152,13 +1152,6 @@ Style/MethodCallWithoutArgsParentheses:
1152
1152
- ' lib/redmine/scm/adapters/cvs_adapter.rb'
1153
1153
- ' lib/redmine/scm/adapters/filesystem_adapter.rb'
1154
1154
1155
- # Cop supports --auto-correct.
1156
- # Configuration parameters: EnforcedStyle.
1157
- # SupportedStyles: require_parentheses, require_no_parentheses, require_no_parentheses_except_multiline
1158
- Style/MethodDefParentheses :
1159
- Exclude :
1160
- - ' lib/redmine/menu_manager.rb'
1161
-
1162
1155
Style/MethodMissingSuper :
1163
1156
Exclude :
1164
1157
- ' lib/redmine/views/builders/structure.rb'
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ def size
359
359
@children . inject ( 1 ) { |sum , node | sum + node . size }
360
360
end
361
361
362
- def each &block
362
+ def each ( &block )
363
363
yield self
364
364
children { |child | child . each ( &block ) }
365
365
end
You can’t perform that action at this time.
0 commit comments