Add todo comments to the rubocop config
This commit is contained in:
13
.rubocop.yml
13
.rubocop.yml
@@ -1,6 +1,10 @@
|
|||||||
# This configuration was generated by `rubocop --auto-gen-config`.
|
# TODO: Eval is required for the .homesickrc feature. This should eventually be
|
||||||
# The point is for the user to remove these configuration records
|
# removed if the feature is implemented in a more secure way.
|
||||||
# one by one as the offences are removed from the code base.
|
Eval:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
# TODO: The following settings disable reports about issues that can be fixed
|
||||||
|
# through refactoring. Remove these as offenses are removed from the code base.
|
||||||
|
|
||||||
ClassLength:
|
ClassLength:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
@@ -8,9 +12,6 @@ ClassLength:
|
|||||||
CyclomaticComplexity:
|
CyclomaticComplexity:
|
||||||
Max: 16
|
Max: 16
|
||||||
|
|
||||||
Eval:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
LineLength:
|
LineLength:
|
||||||
Max: 174
|
Max: 174
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user