Sha256: a30420feba23967622dceaddf4a44ce7ec846e0b58fc0f1d389751058739041b
Contents?: true
Size: 816 Bytes
Versions: 9
Compression:
Stored size: 816 Bytes
Contents
inherit_from: - .rubocop_todo.yml AllCops: RunRailsCops: true # always run the rails cops Exclude: - 'doc/plugins/**' Rails/Date: Enabled: false # Don't enforce documentation Style/Documentation: Enabled: false # Force before_filter until upgrade to Rails 4 Rails/ActionFilter: EnforcedStyle: filter Metrics/MethodLength: Max: 40 Style/TrailingComma: Enabled: false Style/AccessorMethodName: Enabled: false Style/RedundantSelf: Enabled: false Metrics/ClassLength: Max: 500 Style/FileName: Exclude: - 'db/seeds.d/*' Style/WordArray: Enabled: false Style/BracesAroundHashParameters: Enabled: false Style/RescueModifier: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/EachWithObject: Enabled: false Metrics/ParameterLists: Enabled: false
Version data entries
9 entries across 9 versions & 1 rubygems