standard-thread_safety

This gem provides a lint_roller plugin configuration for the rubocop-thread_safety ruleset, for use as an extension to the Standard Ruby gem.

To install it, you'll want to start by adding it to your Gemfile:

gem "standard-thread_safety"

Configuration

In your .standard.yml file, you can simply list standard-thread_safety as a plugin:

plugins:
  - standard-thread_safety