Magidoc

RepositoryCodeownersError
Object

An error in a CODEOWNERS file.

Fields

#

column

Non-null

The column number where the error occurs.

kind

Non-null

A short string describing the type of error.

line

Non-null

The line number where the error occurs.

message

Non-null

A complete description of the error, combining information from other fields.

path

Non-null

The path to the file when the error occurs.

source

Non-null

The content of the line where the error occurs.

suggestion

A suggestion of how to fix the error.

Usages

#

References

#