Sha256: 04996a3202d082435780a4bddf27df7feeea2b2d16cd5cfdf2ffd21709c76b2a
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
AllCops: Excludes: - Rakefile - vendor/**/* - bin/**/ Documentation: # don't require classes to be documented Enabled: false Encoding: # no need to always specify encoding Enabled: false AlignParameters: # allow for multi-line methods to have normal indentation. # for example: # # Person.where( # first_name: 'tom', # last_name: 'foolery' # ) EnforcedStyle: with_fixed_indentation Style/AlignParameters: # allow for end of if to be aligned with a variable. # for example: # # foo = if a == b # 'bar' # else # 'baz' # end EnforcedStyle: with_fixed_indentation Style/ElseAlignment: Enabled: false Lint/EndAlignment: EnforcedStyleAlignWith: variable ClassAndModuleChildren: # ok to use compact style when modules are predefined. # for example the following is fine so long as we're sure that # module MDB has already been required/defined. # # class Foo::Bar; end Enabled: false Metrics/BlockLength: # Certain DSL use blocks and can be lengthy Exclude: - 'grape-apiary.gemspec' - 'spec/**/*'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-apiary-0.2.0 | .rubocop.yml |