Sha256: 55bae79d13ea200ca0b1595196bff6f243a6b3260c11b5a62d0b32e906a61002
Contents?: true
Size: 984 Bytes
Versions: 2
Compression:
Stored size: 984 Bytes
Contents
require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: Exclude: - bin/bundle - bin/rake - bin/rspec - bin/rubocop - vendor/**/* # fix for CI TargetRubyVersion: 2.5 NewCops: enable #################### Layout ############################## Layout/ArgumentAlignment: EnforcedStyle: with_fixed_indentation Layout/LineEndStringConcatenationIndentation: EnforcedStyle: indented Layout/MultilineMethodCallIndentation: EnforcedStyle: indented #################### Metrics ############################## Metrics/ModuleLength: Exclude: - lib/auxiliary_rails/concerns/resourceable.rb #################### Style ############################### Style/FrozenStringLiteralComment: Enabled: false Style/IfUnlessModifier: Enabled: false Style/EmptyMethod: EnforcedStyle: expanded Style/Documentation: Exclude: - lib/auxiliary_rails/view_helpers/human_name_helper.rb - lib/auxiliary_rails_resourceable/railtie.rb
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
auxiliary_rails_resourceable-0.1.3 | .rubocop.yml |
auxiliary_rails_resourceable-0.1.2 | .rubocop.yml |