Sha256: 6151c3ac06d14a22afaffa78c7119330fdc90d0e3e53f1fefad6e54b1a50693c
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 Exclude: - 'bin/*' - 'vendor/**/*' Metrics/LineLength: Max: 120 Style/AsciiComments: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/Documentation: Enabled: false Style/BlockComments: Enabled: false Metrics/MethodLength: Max: 30 Metrics/AbcSize: Max: 30 Style/StringLiterals: Enabled: false Style/BlockDelimiters: Enabled: false Metrics/ModuleLength: Exclude: - "**/*_spec.rb" Metrics/BlockLength: Exclude: - "**/*_spec.rb" Style/DoubleNegation: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_notifier-0.4.0 | .rubocop.yml |