Sha256: 1af58435d1330d1503a7dc6d37f9aa3327c69798db5cbe4b92e1f739ffa2a87c
Contents?: true
Size: 1.54 KB
Versions: 3
Compression:
Stored size: 1.54 KB
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-performance - rubocop-rails - rubocop-rake AllCops: DisplayCopNames: true DisplayStyleGuide: true NewCops: enable Include: - '**/Gemfile' - '**/Rakefile' - '**/*.rb' Layout/AssignmentIndentation: IndentationWidth: 4 Layout/FirstArgumentIndentation: EnforcedStyle: consistent IndentationWidth: 4 Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/LineLength: Max: 107 AllowHeredoc: true AllowURI: true IgnoreCopDirectives: true Layout/MultilineMethodCallIndentation: EnforcedStyle: indented IndentationWidth: 4 Layout/MultilineOperationIndentation: EnforcedStyle: indented IndentationWidth: 4 Layout/ParameterAlignment: EnforcedStyle: with_fixed_indentation IndentationWidth: 4 Metrics/BlockLength: Exclude: - '*.gemspec' Naming/FileName: Exclude: - 'activerecord-time.gemspec' - 'lib/activerecord-time.rb' Rails: Enabled: true Security/Eval: Exclude: - 'gemfiles/*.gemfile' Style/Documentation: Enabled: false Style/Encoding: Enabled: true Style/FormatString: EnforcedStyle: percent Style/FormatStringToken: EnforcedStyle: unannotated Style/NumericPredicate: Enabled: false Style/RescueStandardError: EnforcedStyle: implicit Style/SafeNavigation: ConvertCodeThatCanStartToReturnNil: true Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activerecord-time-0.20.0 | .rubocop.yml |
activerecord-time-0.19.0 | .rubocop.yml |
activerecord-time-0.18.0 | .rubocop.yml |