# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-02-28 16:41:22 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: 225 Lint/UselessAssignment: Enabled: false # Offense count: 258 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 328 # Offense count: 58 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: Max: 194 # Offense count: 43 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 5 # Offense count: 81 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: Max: 231 # Offense count: 446 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 466 # Offense count: 36 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 1186 # Offense count: 91 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: Max: 51 # Offense count: 159 Style/ClassVars: Enabled: false # Offense count: 297 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions. # SupportedStyles: assign_to_condition, assign_inside_condition Style/ConditionalAssignment: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/ExplicitBlockArgument: Exclude: - 'lib/pwn/plugins/nmap_it.rb' # Offense count: 42 # Cop supports --auto-correct-all. Style/SlicingWithRange: Enabled: false # Offense count: 520 # Cop supports --auto-correct. # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 1620