ExCoverallsLinter.Rules.Errors.FileRuleError exception (excoveralls_linter v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %ExCoverallsLinter.Rules.Errors.FileRuleError{
  __exception__: term(),
  file: ExCoverallsLinter.SourceFile.t(),
  reasons: list()
}

Link to this section Functions

Link to this function

new(file, reasons)

Specs