Sha256: ab1590e8e73cb0d2dd3ac0f05e3f17d08329095f50599bfc512f8f74daba2f18
Contents?: true
Size: 952 Bytes
Versions: 3
Compression:
Stored size: 952 Bytes
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: AlignWith: 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
grape-apiary-0.1.2 | .rubocop.yml |
grape-apiary-0.1.1 | .rubocop.yml |
grape-apiary-0.1.0 | .rubocop.yml |