Class: Packwerk::FileProcessor::UnknownFileTypeResult

Inherits:
Offense
  • Object
show all
Defined in:
lib/packwerk/file_processor.rb

Instance Attribute Summary

Attributes inherited from Offense

#file, #location, #message

Instance Method Summary collapse

Methods inherited from Offense

#to_s

Constructor Details

#initialize(file:) ⇒ UnknownFileTypeResult

: (file: String) -> void



10
11
12
# File 'lib/packwerk/file_processor.rb', line 10

def initialize(file:)
  super(file: file, message: "unknown file type")
end