diff --git a/default.yml b/default.yml index 98e769b..7ad57bc 100644 --- a/default.yml +++ b/default.yml @@ -39,6 +39,7 @@ Metrics/BlockLength: - "**/patches/**/*" - "**/easy_patch/**/*" - "**/spec/**/*" + - "**/app/api/easy_swagger/**/*" Metrics/ClassLength: CountAsOne: [ 'array', 'hash', 'heredoc', 'method_call'] Metrics/CyclomaticComplexity: