- #59: Rename
ThreadSafety::InstanceVariableInClassMethod
cop toThreadSafety::ClassInstanceVariable
to better reflect its purpose. (@viralpraxis) - #55: Enhance
ThreadSafety::InstanceVariableInClassMethod
cop to detect offenses withinclass_eval/exec
blocks. (@viralpraxis) - #54: Drop support for RuboCop older than 1.48. (@viralpraxis)
- #52: Add new
RackMiddlewareInstanceVariable
cop to detect instance variables in Rack middleware. (@viralpraxis) - #48: Do not report instance variables in
ActionDispatch
callbacks in singleton methods. (@viralpraxis) - #43: Make detection of ActiveSupport's
class_attribute
configurable. (@viralpraxis) - #42: Fix some
InstanceVariableInClassMethod
cop false positive offenses. (@viralpraxis) - #41: Drop support for MRI older than 2.7. (@viralpraxis)
- #38: Fix
NewThread
cop detection is case ofThread.start
,Thread.fork
, orThread.new
with arguments. (@viralpraxis) - #36: Add new
DirChdir
cop to detectDir.chdir
calls. (@viralpraxis)