-
-
Notifications
You must be signed in to change notification settings - Fork 37
Error codes
These are the EditorConfig error codes seen in Visual Studio's error list. If you are seeing errors that you believe shouldn't be there, please open a bug on the issue tracker.
Error level: Warning
The property is overwritten by a duplicate property further down in the same section. It can safely be removed.
Error level: Warning
The section is also defined later in the same document.
Error level: Suggestion
The file globbing pattern didn't match any files on disk. Consider removing the section or modify the globbing pattern.
Error level: Error
The .NET and C# analyzer properties require a severity to be specified when the value of the property is true
.
Error level: Error
A property value is missing. All properties must have a valid value.
Error level: Error
The root
property is the only property allowed outside any section and it must be at the top of the document.
Error level: Suggestion
A parent .editorconfig document contains the same property with the same value in a section with the same file globbing pattern. Consider removing the property.
Error level: Warning
The root
property must only be located at the very top of the document outside any section.
Error level: Error
The file globbing pattern contains a syntax error.
Error level: Error
The property does not support a severity to be specified. Only .NET and C# properties support severities.
Error level: Error
Syntax error. Usually due to random text added to the file that doesn't look like a section header, property or comment
Error level: Warning
The property name is unknown and might be the result of a typo. If you believe it should be supported, please open a bug on the issue tracker.
Error level: Warning
The specified severity is unknown and unsupported by Visual Studio.
Error level: Warning
The specified value is not valid for the property.
Error level: Suggestion
There is no need to specify tab_width
unless it differs from the value of indent_size
.
Error level: Suggestion
When indent_style
is set to tab, it may be desirable to leave indent_size unspecified so readers may view the file using their preferred indentation width.
Error level: Suggestion
Spces in globbing patterns are allowed, but are often the result of a typo. Make sure the globbing pattern is accurate.