Sha256: fadd5cf12f9e2ebfb57bc9eb2370de7f8c39f6942b7c3f0c96abed18ad6876c9
Contents?: true
Size: 676 Bytes
Versions: 3
Compression:
Stored size: 676 Bytes
Contents
AllCops: NewCops: enable TargetRubyVersion: 2.5 Include: - '**/Gemfile' - lib/**/*.rb - spec/**/*.rb - gemirro.gemspec Exclude: - files/**/* - templates/**/* - spec/**/* - vendor/**/* Naming/FileName: Exclude: - Rakefile Layout/MethodLength: Enabled: false Layout/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Security/MarshalLoad: Enabled: false Style/ExpandPathArguments: Enabled: false Style/OptionalBooleanParameter: Enabled: false Lint/MissingSuper: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gemirro-1.5.0 | .rubocop.yml |
gemirro-1.4.0 | .rubocop.yml |
gemirro-1.3.0 | .rubocop.yml |