Sha256: e543d87a64b24576313f4cd4b3e79cc616bc0c1d9df9754b05a921d34121e606
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.5 Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/LineLength: Max: 120 Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/DeprecatedOpenSSLConstant: Enabled: true Lint/MixedRegexpCaptureTypes: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Metrics/BlockLength: Exclude: - "**/*_spec.rb" - "spec/shared/*.rb" Metrics/MethodLength: Max: 15 Exclude: - "**/*_spec.rb" RSpec/ExampleLength: Max: 10 RSpec/IndexedLet: Max: 2 RSpec/MultipleExpectations: Max: 5 RSpec/MultipleMemoizedHelpers: Max: 15 RSpec/NestedGroups: Max: 4 Style/ExponentialNotation: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/NumericLiterals: Exclude: - "**/*_spec.rb" Style/RedundantFetchBlock: Enabled: true Style/RedundantRegexpCharacterClass: Enabled: true Style/RedundantRegexpEscape: Enabled: true Style/SlicingWithRange: Enabled: true
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rocketchat-0.2.4 | .rubocop.yml |
rocketchat-0.2.3 | .rubocop.yml |
rocketchat-0.2.2 | .rubocop.yml |