mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
# This configuration was generated by
|
|
# `rubocop --auto-gen-config`
|
|
# on 2016-02-09 19:31:02 -0800 using RuboCop version 0.37.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: 1
|
|
# Cop supports --auto-correct.
|
|
Lint/Debugger:
|
|
Exclude:
|
|
- 'lib/pages/common.rb'
|
|
|
|
# Offense count: 3
|
|
Metrics/AbcSize:
|
|
Max: 58
|
|
|
|
# Offense count: 12
|
|
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
|
|
# URISchemes: http, https
|
|
Metrics/LineLength:
|
|
Max: 154
|
|
|
|
# Offense count: 2
|
|
# Configuration parameters: CountComments.
|
|
Metrics/MethodLength:
|
|
Max: 37
|
|
|
|
# Offense count: 6
|
|
Style/Documentation:
|
|
Exclude:
|
|
- 'spec/**/*'
|
|
- 'test/**/*'
|
|
- 'lib/pages/game.rb'
|
|
- 'lib/pages/generic_base_page.rb'
|
|
- 'lib/pages/launch.rb'
|
|
- 'lib/pages/login.rb'
|
|
- 'lib/pages/logout.rb'
|
|
- 'lib/pages/signup.rb'
|
|
|
|
# Offense count: 5
|
|
# Configuration parameters: AllowedVariables.
|
|
Style/GlobalVars:
|
|
Exclude:
|
|
- 'features/support/env.rb'
|
|
|
|
# Offense count: 3
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: IgnoredMethods.
|
|
# IgnoredMethods: respond_to
|
|
Style/SymbolProc:
|
|
Exclude:
|
|
- 'lib/pages/launch.rb'
|
|
- 'lib/pages/login.rb'
|