Skip to content

Commit

Permalink
Add extra RuboCop thread-safety checks (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny authored Sep 25, 2024
1 parent 0ccf033 commit 48f2069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ DEPENDENCIES
rubocop-performance (>= 1.0)
rubocop-rake (>= 0.1)
rubocop-rspec (>= 2.0)
rubocop-thread_safety (>= 0.1)
service_actor!
simplecov
standard-rubocop-lts (>= 1.0.10)
Expand Down
3 changes: 3 additions & 0 deletions service_actor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Gem::Specification.new do |spec|
# Add Rakefile linting
spec.add_development_dependency "rubocop-rake", ">= 0.1"

# Thread-safety checks
spec.add_development_dependency "rubocop-thread_safety", ">= 0.1"

# Formatter for GitHub’s code scanning
spec.add_development_dependency "code-scanning-rubocop", ">= 0.6"

Expand Down

0 comments on commit 48f2069

Please sign in to comment.