Sha256: 6ee63109528067a39d24fa269b3faf567a0e4a3a0a63928d8240637ebfdd80c7
Contents?: true
Size: 562 Bytes
Versions: 10
Compression:
Stored size: 562 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 Style/EmptyLinesAroundBlockBody: Enabled: false
Version data entries
10 entries across 10 versions & 1 rubygems