Sha256: 6baa2662f90486b8f2781f65be0146d7956995b48b4db23f76e5c1293de85615
Contents?: true
Size: 468 Bytes
Versions: 1
Compression:
Stored size: 468 Bytes
Contents
# Defaults can be found here: https://github.com/bbatsov/rubocop/blob/master/config/default.yml AllCops: TargetRubyVersion: 2.2 Exclude: - 'spec/fixtures/**/*' - 'lib/danger/plugin_support/plugin_parser.rb' Metrics/LineLength: Exclude: - 'spec/*' - 'danger-jazzy.gemspec' Style/IfUnlessModifier: Exclude: - 'Gemfile' Style/SpecialGlobalVars: Exclude: - 'danger-jazzy.gemspec' Metrics/BlockLength: Exclude: - "**/*_spec.rb"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-jazzy-1.0.2 | .rubocop.yml |