Sha256: 38df42afcca399114d88d017ae2d24508c437eb65c29df82eeb616661d2cd30d

Contents?: true

Size: 877 Bytes

Versions: 7

Compression:

Stored size: 877 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
Style/LambdaCall:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Layout/ArgumentAlignment:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nanoc-webpack.rb-0.5.5 .rubocop.yml
nanoc-webpack.rb-0.5.4 .rubocop.yml
nanoc-webpack.rb-0.5.3 .rubocop.yml
nanoc-webpack.rb-0.5.2 .rubocop.yml
nanoc-webpack.rb-0.5.1 .rubocop.yml
nanoc-webpack.rb-0.5.0 .rubocop.yml
nanoc-webpack.rb-0.4.5 .rubocop.yml