Sha256: 89747478a273b13f35655943018a7e8c695bcc682177c62fa0c04236aaae8eba
Contents?: true
Size: 748 Bytes
Versions: 5
Compression:
Stored size: 748 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: # You can run the authlogic test suite with any supported version of MRI, but the # linter will only care about this `TargetRubyVersion`. This should be set to the # lowest version of MRI that authlogic supports. TargetRubyVersion: 1.9 # Compared to metrics like AbcSize, MethodLength has questionable value. Metrics/MethodLength: Enabled: false # Please use normal indentation when aligning parameters. # # Good: # # method_call( # a, # b # ) # # method_call(a, # b # ) # # Bad: # # method_call(a, # b) # # The latter is harder to maintain and uses too much horizontal space. Style/AlignParameters: EnforcedStyle: with_fixed_indentation
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
authlogic-3.8.0 | .rubocop.yml |
authlogic-3.7.0 | .rubocop.yml |
authlogic-3.6.1 | .rubocop.yml |
authlogic-3.6.0 | .rubocop.yml |
authlogic-3.5.0 | .rubocop.yml |