Sha256: 7b7570f54b2c1ae3dbbb8e510575986adc6ef93114ad2321c1e8e0e943554b46
Contents?: true
Size: 1.12 KB
Versions: 4
Compression:
Stored size: 1.12 KB
Contents
inherit_from: - http://relaxed.ruby.style/rubocop.yml require: - rubocop-performance AllCops: DisplayStyleGuide: true DisplayCopNames: true Exclude: - 'db/schema.rb' Style/GlobalVars: Enabled: false Layout/DotPosition: Enabled: true EnforcedStyle: trailing Style/TrailingCommaInArrayLiteral: Enabled: true EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: Enabled: true EnforcedStyleForMultiline: comma Layout/MultilineArrayLineBreaks: Enabled: true Layout/MultilineHashKeyLineBreaks: Enabled: true Layout/MultilineMethodArgumentLineBreaks: Enabled: true Layout/FirstArrayElementLineBreak: Enabled: true Layout/FirstHashElementLineBreak: Enabled: true Layout/FirstMethodArgumentLineBreak: Enabled: true Layout/MultilineAssignmentLayout: Enabled: true Metrics/LineLength: Enabled: true Max: 120 AutoCorrect: true Exclude: - Gemfile - Guardfile - spec/interactors/send_gdpr_response_spec.rb Metrics/BlockLength: Exclude: - 'spec/**/*.rb' - 'Guardfile' - 'config/environments/*.rb' - 'lib/tasks/*.rake' - 'shotgun_api_ruby.gemspec'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
shotgun_api_ruby-0.0.4 | .rubocop.yml |
shotgun_api_ruby-0.0.3 | .rubocop.yml |
shotgun_api_ruby-0.0.2 | .rubocop.yml |
shotgun_api_ruby-0.0.1 | .rubocop.yml |