Sha256: ad333b2ffa7c0962df8df7341741e3f6ba86639efcfe6c8bbd280b38b0b21e5f
Contents?: true
Size: 778 Bytes
Versions: 11
Compression:
Stored size: 778 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
Version data entries
11 entries across 11 versions & 1 rubygems