version: "2" plugins: rubocop: enabled: true channel: "rubocop-0-55" scss-lint: enabled: true duplication: enabled: true exclude_patterns: - "db/**" - "config/initializers/active_record_postgresql_referential_integrity_patch.rb" checks: argument-count: enabled: false complex-logic: enabled: true file-lines: enabled: true method-complexity: enabled: true method-count: enabled: false method-lines: enabled: false nested-control-flow: enabled: true return-statements: enabled: true similar-code: enabled: true identical-code: enabled: true exclude_patterns: - "spec/**/*" - "vendor/**/*" - "app/assets/javascripts/shared/*" - "app/assets/javascripts/jquery-migrate-1.0.0.js"