Sha256: b371b00bbd8958c670aa857c2fd14d8e261e384770ea39871726743e18728856
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
AllCops: Exclude: - 'bin/bundle' - 'bin/rails' - 'bin/rake' - 'db/schema.rb' - 'vendor/bundle/**/*' Layout/ExtraSpacing: Enabled: false Layout/SpaceInsideBlockBraces: SpaceBeforeBlockParameters: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Naming/UncommunicativeBlockParamName: Enabled: false Naming/UncommunicativeMethodParamName: Enabled: false Naming/VariableName: EnforcedStyle: snake_case Enabled: true Style/AsciiComments: Enabled: false Style/AsciiComments: Enabled: false Style/BlockDelimiters: EnforcedStyle: semantic FunctionalMethods: - let - let! - map - subject Style/ClassAndModuleChildren: Exclude: - 'app/controllers/**/*' # `class Api::V1::UsersController...` のように書きたいことがあるし、他の理由でネストすることはあまりないのではないか。 Style/Documentation: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/FormatStringToken: Enabled: false Style/Lambda: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: default: '()' '%i': '()' '%I': '()' '%r': '||' '%w': '()' '%W': '()' Metrics/AbcSize: Exclude: - 'db/migrate/**/*' Metrics/ClassLength: Exclude: - 'db/migrate/**/*' Metrics/LineLength: Max: 125 Metrics/MethodLength: Exclude: - 'db/migrate/**/*'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deka_eiwakun-0.53.0.0 | config/rubocop.yml |