Edit

thodg/mpd_client/.rubocop.yml

Branch :

  • Show log

    Commit

  • Author : Anton Maminov
    Date : 2021-01-07 13:26:06
    Hash : 72d41fc4
    Message : fix rubocop warnings

  • .rubocop.yml
  • AllCops:
      NewCops: enable
    
    Layout/LineLength:
      Max: 120
    
    Metrics/AbcSize:
      Enabled: false
    
    Metrics/ClassLength:
      Enabled: false
    
    Metrics/MethodLength:
      Enabled: false
    
    Metrics/ModuleLength:
      Enabled: false
    
    # TODO FIXME
    Metrics/CyclomaticComplexity:
      Max: 7
    
    Metrics/PerceivedComplexity:
      Max: 8
    
    Security/Eval:
      Exclude:
        - 'lib/mpd_client.rb'