Sha256: fbef5f22258b1e45307267135ff550d5f63069eabd844611072a2f43468ada01

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

AllCops:
  Exclude:
    # Bin contains standard files created when gem is initialised and therefore they should be left as is
    - 'bin/**/*'
    # Exe contains standard files created when gem is initialised and therefore they should be left as is
    - 'exe/**/*'
    # Rakefile is generated when gem is initialised and therefore should be left as is
    - 'Rakefile'
    # Gemfile is generated when gem is initialised and therefore should be left as is
    - 'Gemfile'
  # Cop names are not displayed in offense messages by default. We find it useful to include this information so we can
  # use it to investigate what the fix may be.
  DisplayCopNames: true
  # Style guide URLs are not displayed in offense messages by default. Again we find it useful to go straight to the
  # documentation for a rule when investigating what the fix may be.
  DisplayStyleGuide: true

# Disable this rubocop style because we want to make the arguments passed into quke available to anywhere when the code
# is executed rubocop:disable Style/GlobalVars
Style/GlobalVars:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
freakin-0.1.1 .rubocop.yml
freakin-0.1.0 .rubocop.yml