Sha256: 2328871291fd008e7daa01cab28c00a13dfacca0f79f7a3abb93aa0b63039a41
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-06-07 20:55:18 -0700 using RuboCop version 0.56.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 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 11 # Offense count: 2 Style/ClassVars: Exclude: - 'lib/rutl/driver/null_driver_page_element.rb' - 'lib/rutl/base_page.rb' - 'lib/rutl/null_driver/null_element.rb' # Offense count: 4 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: - 'lib/rutl/browser.rb' - 'lib/rutl/element/element.rb' - 'lib/rutl/element/element_context.rb' - 'lib/rutl/interface/null.rb' # Offense count: 4 Style/MethodMissingSuper: Exclude: - 'lib/rutl/browser.rb' - 'lib/rutl/element/element.rb' - 'lib/rutl/interface/base.rb' - 'lib/rutl/page.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rutl-0.6.0 | .rubocop_todo.yml |