# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-04-13 17:56:31 +0200 using RuboCop version 0.81.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: 9 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 173 # Offense count: 14 Security/Open: Exclude: - 'lib/docparser/document_test.rb' - 'lib/docparser/output/csv_output_test.rb' - 'lib/docparser/output/html_output_test.rb' - 'lib/docparser/output/json_output_test.rb' - 'lib/docparser/output/multi_output_test.rb' - 'lib/docparser/output/yaml_output_test.rb'