Sha256: fcc19cc331b693c346e1ed5315a786e6ad7885e5f693a1726c59669e8628ed63

Contents?: true

Size: 410 Bytes

Versions: 1

Compression:

Stored size: 410 Bytes

Contents

AllCops:
  Exclude:
    - super_hooks.gemspec 

Documentation:
  Enabled: false

LineLength:
  Enabled: true
  Max: 140
  Exclude: # Should be fixed and removed  
    - bin/*

# The remainder of the file should be fixed and removed
Style/SpecialGlobalVars: 
  Exclude: 
    - lib/super_hooks/git.rb

Style/GuardClause:
  Exclude: 
    - lib/super_hooks/runner.rb

Metrics/MethodLength:
  Exclude: 
    - bin/*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
super_hooks-0.0.2.1 .rubocop.yml