mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
fix default
This commit is contained in:
parent
38da61e2ef
commit
623ac57196
1 changed files with 4 additions and 4 deletions
|
@ -26,6 +26,10 @@ Security/Open:
|
|||
############################# Metrics Rules ####################################
|
||||
################################################################################
|
||||
|
||||
# Commonly used screens these days easily fit more than 80 characters.
|
||||
Metrics/LineLength:
|
||||
Max: 120
|
||||
|
||||
# Too short methods lead to extraction of single-use methods, which can make
|
||||
# the code easier to read (by naming things), but can also clutter the class
|
||||
Metrics/MethodLength:
|
||||
|
@ -73,10 +77,6 @@ Layout/SpaceInsideBlockBraces:
|
|||
Layout/SpaceInsideHashLiteralBraces:
|
||||
EnforcedStyle: no_space
|
||||
|
||||
# Commonly used screens these days easily fit more than 80 characters.
|
||||
Layout/LineLength:
|
||||
Max: 120
|
||||
|
||||
################################################################################
|
||||
########################### Style Rules ########################################
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in a new issue