Sha256: 29c1cdb015fc8b279edb8879c6acc9cdd4a059adaa5fc05728cf58b4bbe4474b
Contents?: true
Size: 473 Bytes
Versions: 13
Compression:
Stored size: 473 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
Version data entries
13 entries across 13 versions & 1 rubygems