ydah/rubocop-safe_todo_searcher

View on GitHub
lib/rubocop/safe_todo_searcher/commands.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module RuboCop
  module SafeTodoSearcher
    module Commands
      autoload :Annotate, 'rubocop/safe_todo_searcher/commands/annotate'
    end
  end
end