Sha256: 77ea33fe8bfa573bb8e00c12cb3223e47138c238fe6e213276a69aae248cf724
Contents?: true
Size: 1.81 KB
Versions: 1
Compression:
Stored size: 1.81 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-04-12 19:56:15 +0200 using RuboCop version 0.67.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 220 # Cop supports --auto-correct. # Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle. # SupportedHashRocketStyles: key, separator, table # SupportedColonStyles: key, separator, table # SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit Layout/AlignHash: Exclude: - 'test/level/test_high_fail.rb' - 'test/level/test_high_pass.rb' - 'test/level/test_low_fail.rb' - 'test/level/test_low_pass.rb' - 'test/level/test_medium_fail.rb' - 'test/level/test_medium_pass.rb' - 'test/test_with_isolation.rb' - 'test/test_without_isolation.rb' # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 12 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 10 # Offense count: 3 # Configuration parameters: PreferredName. Naming/RescuedExceptionsVariableName: Exclude: - 'test/level/test_high_fail.rb' - 'test/level/test_low_fail.rb' - 'test/level/test_medium_fail.rb' # Offense count: 8 Style/MixinUsage: Exclude: - 'test/level/test_high_fail.rb' - 'test/level/test_high_pass.rb' - 'test/level/test_low_fail.rb' - 'test/level/test_low_pass.rb' - 'test/level/test_medium_fail.rb' - 'test/level/test_medium_pass.rb' - 'test/test_with_isolation.rb' - 'test/test_without_isolation.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spectus-3.0.8 | .rubocop_todo.yml |