mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Remove unused class
This commit is contained in:
		
							parent
							
								
									dff7e6a454
								
							
						
					
					
						commit
						3f2bcc56b9
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
					@ -5,10 +5,6 @@ require "./ameba/rules/*"
 | 
				
			||||||
module Ameba
 | 
					module Ameba
 | 
				
			||||||
  extend self
 | 
					  extend self
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  abstract struct BaseRule
 | 
					 | 
				
			||||||
    abstract def test(source : Source)
 | 
					 | 
				
			||||||
  end
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  def run(formatter = DotFormatter.new)
 | 
					  def run(formatter = DotFormatter.new)
 | 
				
			||||||
    run Dir["**/*.cr"].reject(&.starts_with? "lib/"), formatter
 | 
					    run Dir["**/*.cr"].reject(&.starts_with? "lib/"), formatter
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue