Sha256: a9e0ded88b88224553e3a019a99d2aa1bb6e4112a0204bec2c6d9c419c2ac31e
Contents?: true
Size: 1.72 KB
Versions: 1
Compression:
Stored size: 1.72 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-07-02 00:08:22 -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: 2 Lint/EmptyWhen: Exclude: - 'spec/web_browser_spec.rb' # Offense count: 1 Metrics/AbcSize: Max: 22 # Offense count: 2 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 13 # Offense count: 1 # Cop supports --auto-correct. Style/BlockComments: Exclude: - 'spec/windows_spec.rb' # Offense count: 9 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: braces, no_braces, context_dependent Style/BracesAroundHashParameters: Exclude: - 'spec/pages/**/*' - 'spec/views/notepad/notepad.rb' - 'spec/views/web/internet_login_error_view.rb' - 'spec/views/web/internet_login_view.rb' - 'spec/views/web/view1.rb' # Offense count: 4 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: - 'lib/rutl/application.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/application.rb' - 'lib/rutl/element/element.rb' - 'lib/rutl/interface/base.rb' - 'lib/rutl/view.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowAsExpressionSeparator. Style/Semicolon: Exclude: - 'spec/hello.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rutl-0.8.0 | .rubocop_todo.yml |