The project is in a healthy, maintained state
A Standard Ruby plugin that configures rubocop-thread_safety
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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