Sha256: 191ef9e7a2e97a7344008ab5948e30cb777692921e399a811f71b8c1228d3e4a
Contents?: true
Size: 865 Bytes
Versions: 5
Compression:
Stored size: 865 Bytes
Contents
AllCops: Include: - Rakefile - Gemfile - '**/*.rb' Exclude: - activerecord_json_validator.gemspec - vendor/**/* Documentation: Enabled: false Encoding: Enabled: false LineLength: Max: 200 AccessModifierIndentation: EnforcedStyle: outdent IfUnlessModifier: Enabled: false CaseIndentation: EnforcedStyle: case IndentOneStep: true MethodLength: CountComments: false Max: 20 SignalException: Enabled: false ColonMethodCall: Enabled: false AsciiComments: Enabled: false RegexpLiteral: Enabled: false AssignmentInCondition: Enabled: false ParameterLists: CountKeywordArgs: false SingleLineBlockParams: Methods: - reduce: - memo - item Metrics/AbcSize: Enabled: false Style/CollectionMethods: Enabled: true Style/SymbolArray: Enabled: true Style/ExtraSpacing: Enabled: true
Version data entries
5 entries across 5 versions & 1 rubygems