EsLintIssuesSettings Class

Summary

Settings for EsLintIssuesAliases.
graph BT Type-->Base0["BaseMultiFormatIssueProviderSettings<EsLintIssuesProvider, EsLintIssuesSettings>"] Base0-->Base1["IssueProviderSettings"] click Base1 "/api/Cake.Issues/IssueProviderSettings" Base1-->Base2["Object"] Type["EsLintIssuesSettings"] class Type type-node

Syntax

public class EsLintIssuesSettings : 
    BaseMultiFormatIssueProviderSettings<EsLintIssuesProvider, EsLintIssuesSettings>

Constructors

Name Summary
EsLintIssuesSettings(byte[], BaseEsLintLogFileFormat) Initializes a new instance of the EsLintIssuesSettings class for a log file content in memory.
EsLintIssuesSettings(FilePath, BaseEsLintLogFileFormat) Initializes a new instance of the EsLintIssuesSettings class for reading a log file on disk.

Properties

Name Value Summary
LogFileContent byte[]
Gets the content of the log file.
Inherited from IssueProviderSettings

Extension Methods

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