Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
/Guardfile
bolt-debug.log
.rerun.json
/rakelib/application_settings_*.json
26 changes: 15 additions & 11 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-12-13 08:48:17 UTC using RuboCop version 1.22.3.
# on 2025-08-01 01:26:22 UTC using RuboCop version 1.50.2.
# 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
# Cop supports --auto-correct.
# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowConsecutiveOneLiners.
RSpec/EmptyLineAfterExample:
Exclude:
- 'spec/classes/init_spec.rb'

# Offense count: 30
# Cop supports --auto-correct.
# Offense count: 33
# This cop supports safe autocorrection (--autocorrect).
RSpec/EmptyLineAfterExampleGroup:
Exclude:
- 'spec/classes/init_spec.rb'

# Offense count: 11
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
Max: 11

# Offense count: 2
RSpec/RepeatedExampleGroupDescription:
Exclude:
- 'spec/defines/system_hook_spec.rb'

# Offense count: 6
# Cop supports --auto-correct.
# Offense count: 5
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Expand All @@ -35,16 +40,15 @@ Style/FrozenStringLiteralComment:
- 'spec/defines/global_hook_spec.rb'
- 'spec/defines/system_hook_spec.rb'
- 'spec/spec_helper_acceptance.rb'
- 'spec/spec_helper_methods.rb'

# Offense count: 47
# Cop supports --auto-correct.
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantRegexpEscape:
Exclude:
- 'spec/classes/init_spec.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: WordRegex.
# SupportedStyles: percent, brackets
Style/WordArray:
Expand Down
Loading
Loading