InspectCodeIssuesSettings.

FromFilePath(FilePath) Method

Summary

Returns a new instance of the InspectCodeIssuesSettings class from a log file on disk.

Syntax

public static InspectCodeIssuesSettings FromFilePath(FilePath logFilePath)

Parameters

Name Type Description
logFilePath FilePath Path to the JetBrains Inspect Code log file.

Return Value

Type Description
InspectCodeIssuesSettings Instance of the InspectCodeIssuesSettings class.
GitHub