ydah/rubocop-safe_todo_searcher

View on GitHub
exe/rubocop-safe_todo_searcher

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby
# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path('../lib', __dir__))
require 'rubocop/safe_todo_searcher'

RuboCop::SafeTodoSearcher::Cli.start