Skip to content

Commit 2c6855e

Browse files
committed
Layout/SpaceBeforeFirstArg
This commit enables the Rubocop Layout/SpaceBeforeFirstArg cop.
1 parent d9e983a commit 2c6855e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ I18n/GetText/DecorateStringFormattingUsingPercent:
2222
I18n/RailsI18n/DecorateString:
2323
Enabled: false
2424

25-
# This cop supports safe auto-correction (--auto-correct).
26-
# Configuration parameters: AllowForAlignment.
27-
Layout/SpaceBeforeFirstArg:
28-
Exclude:
29-
- 'lib/puppet/file_serving/configuration.rb'
30-
- 'lib/puppet/functions/defined.rb'
31-
- 'lib/puppet/parser/type_loader.rb'
32-
- 'lib/puppet/pops/types/types.rb'
33-
- 'lib/puppet/provider/package/aix.rb'
34-
- 'lib/puppet/provider/package/nim.rb'
35-
- 'lib/puppet/provider/package/rug.rb'
36-
- 'lib/puppet/type/service.rb'
37-
3825
# This cop supports safe auto-correction (--auto-correct).
3926
Layout/SpaceBeforeSemicolon:
4027
Exclude:

0 commit comments

Comments
 (0)