ILogFileFormat Interface

Summary

Definition of a ESLint log file format.
Assembly
Cake.Prca.Issues.EsLint.dll
Namespace
Cake.Prca.Issues.EsLint
Implementing Types
graph TD Type["ILogFileFormat"] class Type type-node Type-.->Implementing0["LogFileFormat"] click Implementing0 "/Cake.Prca.Website/api/Cake.Prca.Issues.EsLint/LogFileFormat"

Syntax

public interface ILogFileFormat

Methods

Name Value Summary
ReadIssues(PrcaSettings, EsLintIssuesSettings) IEnumerable<T>
Gets all code analysis issues.

Extension Methods

Name Value Summary
NotNull<ILogFileFormat>(string) void
Throws an exception if the specified parameter's value is null.
GitHub