# This configuration was generated by # `rubocop --auto-gen-config` # on 2023-02-23 12:49:53 UTC using RuboCop version 1.46.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: 8 Lint/DuplicateMethods: Exclude: - 'lib/zilla/configuration.rb' - 'lib/zilla/models/io_k8s_api_admissionregistration_v1_webhook_client_config.rb' - 'lib/zilla/models/io_k8s_api_certificates_v1_certificate_signing_request_spec.rb' - 'lib/zilla/models/io_k8s_api_certificates_v1_certificate_signing_request_status.rb' - 'lib/zilla/models/io_k8s_apiextensions_apiserver_pkg_apis_apiextensions_v1_webhook_client_config.rb' - 'lib/zilla/models/io_k8s_kube_aggregator_pkg_apis_apiregistration_v1_api_service_spec.rb' # Offense count: 1 Lint/UselessAssignment: Exclude: - 'lib/zilla/api_client.rb' # Offense count: 2467 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. Metrics/AbcSize: Max: 179 # Offense count: 530 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 11679 # Offense count: 2198 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/CyclomaticComplexity: Max: 59 # Offense count: 2901 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. Metrics/MethodLength: Max: 83 # Offense count: 2042 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/PerceivedComplexity: Max: 59 # Offense count: 46 Security/CompoundHash: Enabled: false # Offense count: 2 Style/ClassVars: Exclude: - 'lib/zilla/api_client.rb' - 'lib/zilla/configuration.rb' # Offense count: 58 # Configuration parameters: AllowedConstants. Style/Documentation: Enabled: false # Offense count: 1637 # This cop supports safe autocorrection (--autocorrect). Style/IfUnlessModifier: Enabled: false # Offense count: 12862 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https Layout/LineLength: Max: 3786