Skip to content

Commit

Permalink
rubocop: enable Layout/IndentationStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 28, 2023
1 parent 059528a commit 8516f01
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .rubocop.yml
Expand Up @@ -2,25 +2,6 @@
inherit_from:
/usr/share/YaST2/data/devtools/data/rubocop-1.24.1_yast_style.yml

# Offense count: 59
# Cop supports --auto-correct.
# Configuration parameters: IndentationWidth.
Layout/IndentationStyle:
Exclude:
- 'src/clients/security.rb'
- 'src/clients/security_auto.rb'
- 'src/clients/security_finish.rb'
- 'src/clients/security_summary.rb'
- 'src/include/security/complex.rb'
- 'src/include/security/dialogs.rb'
- 'src/include/security/helps.rb'
- 'src/include/security/levels.rb'
- 'src/include/security/routines.rb'
- 'src/include/security/users.rb'
- 'src/include/security/widgets.rb'
- 'src/include/security/wizards.rb'
- 'src/modules/Security.rb'

# Offense count: 7
# Cop supports --auto-correct.
# Configuration parameters: AllowInHeredoc.
Expand Down

0 comments on commit 8516f01

Please sign in to comment.