Sha256: 145c34fce57331677fa3b739766243878dece8407bbd72d9d3d015f67537b321
Contents?: true
Size: 511 Bytes
Versions: 44
Compression:
Stored size: 511 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/MethodMissing: Enabled: false Rails/OutputSafety: Enabled: false Style/SignalException: Enabled: false Rails/DynamicFindBy: Enabled: false Metrics/BlockLength: Enabled: false
Version data entries
44 entries across 44 versions & 1 rubygems