Skip to content

Error codes

Mads Kristensen edited this page Feb 10, 2017 · 13 revisions

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.

EC101

Error level: Warning

The property is overwritten by a duplicate property further down in the same section. It can safely be removed.

EC102

Error level: Warning

The section is also defined later in the same document.

EC103

Error level: Suggestion

The file globbing pattern didn't match any files on disk. Consider removing the section or modify the globbing pattern.

EC104

Error level: Error

The .NET and C# analyzer properties require a severity to be specified when the value of the property is true.

EC105

Error level: Error

A property value is missing. All properties must have a valid value.

EC106

Error level: Error

The root property is the only property allowed outside any section and it must be at the top of the document.

EC107

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.

EC108

Error level: Warning

The root property must only be located at the very top of the document outside any section.

EC109

Error level: Error

The file globbing pattern contains a syntax error.

EC110

Error level: Error

The property does not support a severity to be specified. Only .NET and C# properties support severities.

EC111

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

EC112

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.

EC113

Error level: Warning

The specified severity is unknown and unsupported by Visual Studio.

EC114

Error level: Warning

The specified value is not valid for the property.

EC115

Error level: Suggestion

There is no need to specify tab_width unless it differs from the value of indent_size.

EC116

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.

EC117

Error level: Suggestion

Spces in globbing patterns are allowed, but are often the result of a typo. Make sure the globbing pattern is accurate.

Clone this wiki locally