Sha256: 808992b585cba72ef6e7a7400249388bb73c978b64cfa2b116650506afa4e03e

Contents?: true

Size: 962 Bytes

Versions: 10

Compression:

Stored size: 962 Bytes

Contents

##
# Plugins
require:
  - standard
  - rubocop-rspec

##
# Defaults: standard-rb
inherit_gem:
  standard: config/base.yml

AllCops:
  TargetRubyVersion: 3.2
  Include:
    - 'lib/*.rb'
    - 'lib/**/*.rb'
    - 'spec/*.rb'

##
# Enabled
Style/FrozenStringLiteralComment:
  Enabled: true
Layout/ArrayAlignment:
  Enabled: false

##
# Disabled
RSpec/FilePath:
  Enabled: false
RSpec/NestedGroups:
  Enabled: false
RSpec/NotToNot:
  Enabled: false
RSpec/EmptyLineAfterHook:
  Enabled: false
RSpec/EmptyLineAfterSubject:
  Enabled: false
RSpec/DescribedClass:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
RSpec/EmptyLineAfterFinalLet:
  Enabled: false
RSpec/DescribeClass:
  Enabled: false
RSpec/ImplicitSubject:
  Enabled: false
RSpec/MessageSpies:
  Enabled: false
RSpec/MultipleMemoizedHelpers:
  Enabled: false
Style/LambdaCall:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Layout/ArgumentAlignment:
  Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nanoc-webpack.rb-0.10.4 .rubocop.yml
nanoc-webpack.rb-0.10.3 .rubocop.yml
nanoc-webpack.rb-0.10.2 .rubocop.yml
nanoc-webpack.rb-0.10.1 .rubocop.yml
nanoc-webpack.rb-0.10.0 .rubocop.yml
nanoc-webpack.rb-0.9.0 .rubocop.yml
nanoc-webpack.rb-0.8.1 .rubocop.yml
nanoc-webpack.rb-0.8.0 .rubocop.yml
nanoc-webpack.rb-0.7.0 .rubocop.yml
nanoc-webpack.rb-0.5.6 .rubocop.yml