# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-09-22 23:53:51 UTC using RuboCop version 1.36.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: 6 RSpec/AnyInstance: Exclude: - 'spec/sym/app/cli_spec.rb' - 'spec/sym/app/password/providers_spec.rb' # Offense count: 97 # Configuration parameters: Prefixes, AllowedPatterns. # Prefixes: when, with, without RSpec/ContextWording: Enabled: false # Offense count: 4 # Configuration parameters: CountAsOne. RSpec/ExampleLength: Max: 25 # Offense count: 20 RSpec/ExpectInHook: Exclude: - 'spec/sym/app/cli_spec.rb' - 'spec/sym/app/commands/print_key_spec.rb' - 'spec/sym/app/password/providers_spec.rb' - 'spec/sym/app/private_key/detector_spec.rb' - 'spec/sym/app/private_key/handler_spec.rb' - 'spec/sym/application_spec.rb' - 'spec/sym/magic_file_spec.rb' # Offense count: 2 RSpec/IdenticalEqualityAssertion: Exclude: - 'spec/sym/sym_spec.rb' # Offense count: 11 RSpec/LeakyConstantDeclaration: Exclude: - 'spec/integration/sym_cli_spec.rb' - 'spec/support/contexts.rb' - 'spec/sym/app/cli_spec.rb' - 'spec/sym/app/keychain_spec.rb' # Offense count: 1 RSpec/LetSetup: Exclude: - 'spec/sym/app/cli_spec.rb' # Offense count: 20 # Configuration parameters: . # SupportedStyles: have_received, receive RSpec/MessageSpies: EnforcedStyle: receive # Offense count: 36 RSpec/MultipleExpectations: Max: 6 # Offense count: 14 # Configuration parameters: AllowSubject. RSpec/MultipleMemoizedHelpers: Max: 9 # Offense count: 11 # Configuration parameters: IgnoreSharedExamples. RSpec/NamedSubject: Exclude: - 'spec/sym/app/commands_spec.rb' - 'spec/sym/app/password/providers_spec.rb' # Offense count: 10 # Configuration parameters: AllowedGroups. RSpec/NestedGroups: Max: 6 # Offense count: 3 RSpec/NoExpectationExample: Exclude: - 'spec/sym/app/commands/encrypt_decrypt_spec.rb' - 'spec/sym/app/commands/generate_key_spec.rb' - 'spec/sym/data_spec.rb' # Offense count: 1 RSpec/OverwritingSetup: Exclude: - 'spec/sym/app/commands/generate_key_spec.rb' # Offense count: 12 RSpec/RepeatedDescription: Exclude: - 'spec/sym/app/commands_spec.rb' - 'spec/sym/app/password/providers_spec.rb' # Offense count: 2 RSpec/RepeatedExampleGroupDescription: Exclude: - 'spec/sym/app/password/providers_spec.rb' # Offense count: 2 RSpec/ScatteredSetup: Exclude: - 'spec/integration/sym_cli_spec.rb' # Offense count: 10 RSpec/StubbedMock: Exclude: - 'spec/support/contexts.rb' - 'spec/sym/app/cli_spec.rb' - 'spec/sym/app/commands/print_key_spec.rb' - 'spec/sym/app/input/handler_spec.rb' - 'spec/sym/app/private_key/detector_spec.rb' - 'spec/sym/application_spec.rb' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). Rake/Desc: Exclude: - 'Rakefile' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowedVars. Style/FetchEnvVar: Exclude: - 'lib/sym/app/private_key/key_source_check.rb' # Offense count: 2 # This cop supports unsafe autocorrection (--autocorrect-all). Style/GlobalStdStream: Exclude: - 'spec/sym/app/cli_spec.rb' # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). Style/MapToHash: Exclude: - 'lib/sym/application.rb'