# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-11-29 16:12:32 +0000 using RuboCop version 0.45.0. # 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: 1 # Configuration parameters: CountComments. Metrics/BlockLength: Max: 32 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 11 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 271 Exclude: - 'lib/pluginscan/reports/issues_report/issue_checks.rb' # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/pluginscan/reports/cloc_report/cloc_scanner.rb' # Offense count: 1 # Cop supports --auto-correct. Style/MutableConstant: Exclude: - 'spec/pluginscan/cloc_scanner/cloc_spec.rb'