# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-03-01 12:54:50 UTC using RuboCop version 1.25.1. # 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: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'igp.gemspec' # Offense count: 1 Lint/RescueException: Exclude: - 'bin/igp' # Offense count: 1 # Configuration parameters: ForbiddenDelimiters. # ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$)) Naming/HeredocDelimiterNaming: Exclude: - 'lib/igp/shell.rb' # Offense count: 2 Security/Eval: Exclude: - 'spec/spec_helper.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Exclude: - 'lib/igp/base.rb' - 'lib/igp/shell.rb' - 'lib/net/ping/ldap.rb' # Offense count: 1 # Cop supports --auto-correct. Style/Encoding: Exclude: - 'igp.gemspec' # Offense count: 2 # Cop supports --auto-correct. Style/EvalWithLocation: Exclude: - 'spec/spec_helper.rb' # Offense count: 1 # Cop supports --auto-correct. Style/ExpandPathArguments: Exclude: - 'igp.gemspec' # Offense count: 13 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: always, always_true, never Style/FrozenStringLiteralComment: Exclude: - 'Gemfile' - 'Guardfile' - 'Rakefile' - 'bin/igp' - 'igp.gemspec' - 'lib/igp.rb' - 'lib/igp/base.rb' - 'lib/igp/shell.rb' - 'lib/igp/version.rb' - 'lib/net/ping/ldap.rb' - 'spec/base_spec.rb' - 'spec/format_spec.rb' - 'spec/net/ping/ldap_spec.rb' - 'spec/shell_spec.rb' - 'spec/spec_helper.rb' # Offense count: 4 # Cop supports --auto-correct. Style/StderrPuts: Exclude: - 'bin/igp' - 'lib/igp/base.rb' - 'lib/igp/shell.rb'