Sha256: e7bdd155d48f1d8d467e0e8e49821c355f23c157dc585f3b7f20e44e03c59b7f
Contents?: true
Size: 1.06 KB
Versions: 3
Compression:
Stored size: 1.06 KB
Contents
require: - rubocop-rspec Rails: Enabled: true AllCops: TargetRubyVersion: 2.3.8 TargetRailsVersion: 5.2 Exclude: - db/schema.rb - bin/* - node_modules/**/* # Temporary files - tmp/**/* Rails/InverseOf: Enabled: false Style/Documentation: Enabled: false Metrics/ClassLength: # Default value is 100 Max: 150 Metrics/LineLength: # Default is 80 Max: 120 Metrics/ModuleLength: # Default is 100 Max: 150 Metrics/ParameterLists: # Default is 5 Max: 6 RSpec/ExampleLength: # Default is 10 Max: 20 Style/FrozenStringLiteralComment: # Deface DOES edit strings in place Exclude: - 'app/overrides/**/*' RSpec/MultipleExpectations: # Default is 3 Max: 5 RSpec/NestedGroups: # Default is 3 Max: 6 Metrics/AbcSize: Max: 25 Metrics/BlockLength: # This value double the rubocop default Max: 50 Metrics/CyclomaticComplexity: # This value double the rubocop default Max: 12 Metrics/MethodLength: # This value double the rubocop default Max: 20 Metrics/PerceivedComplexity: # Default is 7 Max: 10
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
activeadmin_dynamic_fields-0.2.6 | .rubocop.yml |
activeadmin_medium_editor-0.2.4 | .rubocop.yml |
activeadmin_quill_editor-0.2.0 | .rubocop.yml |