Sha256: e38401df9e18e5b17d47aa8c72b75777adccf2bb6609521ab330bd922bfe75c7

Contents?: true

Size: 504 Bytes

Versions: 7

Compression:

Stored size: 504 Bytes

Contents

AllCops:
  Include:
    - '**/*.gemspec'
    - '**/Rakefile'
  Exclude:
    - bin/**
    - db/**
    - vendor/**
  RunRailsCops: true

SignalException:
  EnforcedStyle: only_raise

SymbolArray:
  Enabled: true

HasAndBelongsToMany:
  Enabled: false

GuardClause:
  Enabled: true

MethodLength:
  Max: 15

Documentation:
  Exclude:
    - app/controllers/*
    - app/decorators/*
    - app/policies/*
    - config/application.rb

Blocks:
  Exclude:
    - spec/**/*

AssignmentInCondition:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stationed-0.6.0 lib/stationed/generators/templates/rubocop.yml
stationed-0.5.0 lib/stationed/generators/templates/rubocop.yml
stationed-0.4.0 lib/stationed/generators/templates/rubocop.yml
stationed-0.3.0 lib/stationed/generators/templates/rubocop.yml
stationed-0.2.0 lib/stationed/generators/templates/rubocop.yml
stationed-0.1.0 lib/stationed/generators/templates/rubocop.yml
stationed-0.0.1 lib/stationed/generators/templates/rubocop.yml