# This configuration was generated by # `rubocop --auto-gen-config` # on 2020-08-27 01:55:04 UTC using RuboCop version 0.89.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: 116 Style/Documentation: Enabled: false # Offense count: 11 # Configuration parameters: EnforcedStyle. # SupportedStyles: annotated, template, unannotated Style/FormatStringToken: Exclude: - 'lib/watir/browser.rb' - 'lib/watir/window.rb' # Offense count: 229 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: always, always_true, never Style/FrozenStringLiteralComment: Enabled: false # Remove for Watir 7 Naming/FileName: Exclude: - 'lib/watir-webdriver.rb' # Fix in Watir 7 Metrics/ParameterLists: Exclude: - 'lib/watir/wait.rb'