Module: UsePacks::PerFileProcessorInterface

Extended by:
T::Helpers, T::Sig
Included in:
CodeOwnershipPostProcessor, RubocopPostProcessor
Defined in:
lib/use_packs/per_file_processor_interface.rb

Instance Method Summary collapse

Instance Method Details

#after_move_files!(file_move_operations) ⇒ Object



14
15
16
# File 'lib/use_packs/per_file_processor_interface.rb', line 14

def after_move_files!(file_move_operations)
  nil
end

#before_move_file!(file_move_operation) ⇒ Object



11
# File 'lib/use_packs/per_file_processor_interface.rb', line 11

def before_move_file!(file_move_operation); end