You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.rubocop_todo.yml 3.2 kB

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # This configuration was generated by
  2. # `rubocop --auto-gen-config`
  3. # on 2020-08-23 16:54:14 UTC using RuboCop version 0.89.1.
  4. # The point is for the user to remove these configuration records
  5. # one by one as the offenses are removed from the code base.
  6. # Note that changes in the inspected code, or installation of new
  7. # versions of RuboCop, may require this file to be generated again.
  8. # Offense count: 38
  9. # Cop supports --auto-correct.
  10. # Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
  11. # SupportedHashRocketStyles: key, separator, table
  12. # SupportedColonStyles: key, separator, table
  13. # SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
  14. Layout/HashAlignment:
  15. Exclude:
  16. - 'cucumber.gemspec'
  17. - 'lib/cucumber/cli/options.rb'
  18. - 'lib/cucumber/formatter/ansicolor.rb'
  19. - 'lib/cucumber/gherkin/formatter/ansi_escapes.rb'
  20. # Offense count: 5
  21. # Cop supports --auto-correct.
  22. Lint/RedundantCopDisableDirective:
  23. Exclude:
  24. - 'lib/cucumber/errors.rb'
  25. - 'lib/cucumber/glue/proto_world.rb'
  26. - 'lib/cucumber/glue/registry_and_more.rb'
  27. - 'lib/cucumber/glue/snippet.rb'
  28. # Offense count: 1
  29. # Configuration parameters: AllowComments.
  30. Lint/SuppressedException:
  31. Exclude:
  32. - 'lib/cucumber/rake/task.rb'
  33. # Offense count: 1
  34. # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, Regex, IgnoreExecutableScripts, AllowedAcronyms.
  35. # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
  36. Naming/FileName:
  37. Exclude:
  38. - 'features/lib/step_definitions/iso-8859-1_steps.rb'
  39. # Offense count: 197
  40. # Cop supports --auto-correct.
  41. # Configuration parameters: EnforcedStyle.
  42. # SupportedStyles: always, always_true, never
  43. Style/FrozenStringLiteralComment:
  44. Enabled: false
  45. # Offense count: 5
  46. # Cop supports --auto-correct.
  47. # Configuration parameters: EnforcedStyle.
  48. # SupportedStyles: literals, strict
  49. Style/MutableConstant:
  50. Exclude:
  51. - 'lib/cucumber/cli/options.rb'
  52. - 'lib/cucumber/file_specs.rb'
  53. - 'lib/cucumber/runtime.rb'
  54. - 'lib/cucumber/term/ansicolor.rb'
  55. # Offense count: 5
  56. # Cop supports --auto-correct.
  57. # Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods.
  58. # SupportedStyles: predicate, comparison
  59. Style/NumericPredicate:
  60. Exclude:
  61. - 'spec/**/*'
  62. - 'lib/cucumber/formatter/console.rb'
  63. - 'lib/cucumber/formatter/console_counts.rb'
  64. - 'lib/cucumber/glue/invoke_in_world.rb'
  65. - 'lib/cucumber/runtime.rb'
  66. # Offense count: 10
  67. # Cop supports --auto-correct.
  68. Style/RedundantFreeze:
  69. Exclude:
  70. - 'lib/cucumber/cli/options.rb'
  71. - 'lib/cucumber/formatter/unicode.rb'
  72. - 'spec/cucumber/step_match_spec.rb'
  73. # Offense count: 2
  74. # Cop supports --auto-correct.
  75. # Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods.
  76. # AllowedMethods: present?, blank?, presence, try, try!
  77. Style/SafeNavigation:
  78. Exclude:
  79. - 'lib/cucumber/formatter/ansicolor.rb'
  80. - 'lib/cucumber/gherkin/formatter/ansi_escapes.rb'

No Description

Contributors (1)