Sha256: 91c028f3bb57ff2e01c083fe5bbe8449459c27263ec5e32e400147a86b58fc84
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
AllCops: TargetRubyVersion: 2.4 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 Layout/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 Layout/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/**/*' Style/FrozenStringLiteralComment: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: default: () "%i": () "%w": ()
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-apiary-1.0.0 | .rubocop.yml |