Remove unused class

This commit is contained in:
Vitalii Elenhaupt 2017-11-03 16:43:45 +02:00
parent dff7e6a454
commit 3f2bcc56b9
No known key found for this signature in database
GPG Key ID: 7558EF3A4056C706
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ require "./ameba/rules/*"
module Ameba
extend self
abstract struct BaseRule
abstract def test(source : Source)
end
def run(formatter = DotFormatter.new)
run Dir["**/*.cr"].reject(&.starts_with? "lib/"), formatter
end