class
   Ameba::Formatter::FlycheckFormatter
  
  
  Defined in:
ameba/formatter/flycheck_formatter.crInstance Method Summary
- 
        #source_finished(source : Source) : Nil
        
          Callback that indicates when source inspection is finished. 
Instance methods inherited from class Ameba::Formatter::BaseFormatter
  
  
    
      config : Hash(Symbol, Bool | String)
    config, 
    
  
    
      finished(sources) : Nil
    finished, 
    
  
    
      output : IO::FileDescriptor | IO::Memory
    output, 
    
  
    
      source_finished(source : Source) : Nil
    source_finished, 
    
  
    
      source_started(source : Source) : Nil
    source_started, 
    
  
    
      started(sources) : Nil
    started
    
  
      
  Constructor methods inherited from class Ameba::Formatter::BaseFormatter
  
  
    
      new(output : IO = STDOUT)
    new
    
  
      
      
    
      
      
      
      
    
      
      
      
      
    
  Instance Method Detail
              Description copied from class Ameba::Formatter::BaseFormatter
            
          
          Callback that indicates when source inspection is finished. A corresponding source is passed as an argument.
WARNING This method needs to be MT safe