Added rubocop cop 'Metrics/PerceivedComplexity' to the Zammad StyleGuide.
This commit is contained in:
parent
123f88aa34
commit
0fc920df18
1 changed files with 5 additions and 2 deletions
|
@ -150,6 +150,11 @@ Rails/HasAndBelongsToMany:
|
|||
# StyleGuide: 'https://github.com/bbatsov/rails-style-guide#has-many-through'
|
||||
Enabled: false
|
||||
|
||||
Metrics/PerceivedComplexity:
|
||||
Description: >-
|
||||
A complexity metric geared towards measuring complexity for a
|
||||
human reader.
|
||||
Enabled: false
|
||||
|
||||
# TODO
|
||||
|
||||
|
@ -231,8 +236,6 @@ Style/ClassAndModuleChildren:
|
|||
Enabled: false
|
||||
Lint/StringConversionInInterpolation:
|
||||
Enabled: false
|
||||
Metrics/PerceivedComplexity:
|
||||
Enabled: false
|
||||
Style/GlobalVars:
|
||||
Enabled: false
|
||||
Rails/TimeZone:
|
||||
|
|
Loading…
Reference in a new issue