Sha256: 845df50f68ef3a5b5dbd21b35fe5678788dc4f29d6d6a6adad1d28ba58b3e39a
Contents?: true
Size: 829 Bytes
Versions: 76
Compression:
Stored size: 829 Bytes
Contents
# This is project specific rubocop configuration file. # You can tweak project settings here inherit_from: - ./.rubocop.localch.yml Lint/IneffectiveAccessModifier: Enabled: false Lint/ShadowingOuterLocalVariable: Enabled: false RSpec/DescribedClass: Enabled: false RSpec/AnyInstance: Enabled: false Style/MethodMissingSuper: Enabled: false Style/MissingRespondToMissing: Enabled: false Rails/OutputSafety: Enabled: false Style/SignalException: Enabled: false Rails/DynamicFindBy: Enabled: false Metrics/BlockLength: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false RSpec/MultipleExpectations: Enabled: false Naming/PredicateName: Enabled: false RSpec/MessageSpies: Enabled: false Style/RegexpLiteral: Enabled: false Style/FrozenStringLiteralComment: Enabled: true
Version data entries
76 entries across 76 versions & 1 rubygems