Sha256: d551c12ce8c5be2565983dcc51ec5c862edaded6e58ed0ba41ee306506a0e3e0
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-04-13 17:55:59 +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: 2 # Configuration parameters: ForbiddenDelimiters. # ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$)) Naming/HeredocDelimiterNaming: Exclude: - 'lib/docparser/output/html_output.rb' # Offense count: 16 Security/Open: Exclude: - 'lib/docparser/document.rb' - 'lib/docparser/output.rb' - 'test/lib/docparser/document_test.rb' - 'test/lib/docparser/output/csv_output_test.rb' - 'test/lib/docparser/output/html_output_test.rb' - 'test/lib/docparser/output/json_output_test.rb' - 'test/lib/docparser/output/multi_output_test.rb' - 'test/lib/docparser/output/yaml_output_test.rb' # Offense count: 4 # Configuration parameters: EnforcedStyle. # SupportedStyles: annotated, template, unannotated Style/FormatStringToken: Exclude: - 'lib/docparser/output.rb' - 'lib/docparser/parser.rb' # Offense count: 1 Style/MixinUsage: Exclude: - 'example.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docparser-0.3.0 | .rubocop_todo.yml |