class Ameba::Formatter::DisabledFormatter
  
  
  Overview
A formatter that shows all disabled lines by inline directives.
Defined in:
ameba/formatter/disabled_formatter.crInstance Method Summary
- 
        #finished(sources)
        
          Callback that indicates when inspection is finished. 
Instance methods inherited from class Ameba::Formatter::BaseFormatter
  
  
    
      config : Hash(Symbol, Bool | String)
    config, 
    
  
    
      finished(sources)
    finished, 
    
  
    
      output : IO::FileDescriptor | IO::Memory
    output, 
    
  
    
      source_finished(source : Source)
    source_finished, 
    
  
    
      source_started(source : Source)
    source_started, 
    
  
    
      started(sources)
    started
    
  
    
  Constructor methods inherited from class Ameba::Formatter::BaseFormatter
  
  
    
      new(output : IO = STDOUT)
    new
    
  
    
    
  
    
    
    
    
  
    
    
    
    
  
Instance Method Detail
        
        def finished(sources)
        #
      
      
        
              Description copied from class Ameba::Formatter::BaseFormatter
            
          
          Callback that indicates when inspection is finished. A list of inspected sources is passed as an argument.