Sha256: c05bd2c8038e909aa122a52bf68c66714fdea0f4d34c8980e99429c0757fc17b
Contents?: true
Size: 648 Bytes
Versions: 22
Compression:
Stored size: 648 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 RSpec/MultipleExpectations: Enabled: false Naming/PredicateName: Enabled: false
Version data entries
22 entries across 22 versions & 1 rubygems