# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-07-31 11:34:26 +0200 using RuboCop version 0.72.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: 1 # Cop supports --auto-correct. # Configuration parameters: AllowForAlignment. Layout/SpaceAroundOperators: Exclude: - 'dev_tasks/yard.rake' # Offense count: 2 # Configuration parameters: AllowComments. Lint/HandleExceptions: Exclude: - 'lib/cucumber/rails/hooks/database_cleaner.rb' - 'lib/cucumber/rails/world.rb' # Offense count: 3 Metrics/AbcSize: Max: 19 # Offense count: 3 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 18 # Offense count: 4 # Configuration parameters: . # SupportedStyles: have_received, receive RSpec/MessageSpies: EnforcedStyle: receive # Offense count: 2 # Configuration parameters: AggregateFailuresByDefault. RSpec/MultipleExpectations: Max: 2 # Offense count: 1 Style/DoubleNegation: Exclude: - 'lib/cucumber/rails/action_controller.rb' # Offense count: 1 Style/MixinUsage: Exclude: - 'lib/cucumber/rails/rspec.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedOctalStyle. # SupportedOctalStyles: zero_with_o, zero_only Style/NumericLiteralPrefix: Exclude: - 'lib/generators/cucumber/install_generator.rb'