Inspectopedia Help

EditorConfig

Deprecated property   New in this release

Reports EditorConfig properties that are no longer supported.

Duplicate character class letter   New in this release

Reports wildcard patterns in the EditorConfig section that contain a duplicate character in the character class, for example [aa].

Duplicate or redundant pattern   New in this release

Reports file patterns that are redundant as there already are other patterns that define the same scope of files or even a broader one.

EditorConfig section is not unique   New in this release

Reports sections that define the same file pattern as other sections.

Empty header   New in this release

Reports sections with an empty header.

Empty section   New in this release

Reports sections that do not contain any EditorConfig properties.

Extra top-level declaration   New in this release

Reports multiple top-level declarations.

File encoding doesn't match EditorConfig charset   New in this release

Checks that current file encoding matches the encoding defined in "charset" property of .editorconfig file.

Invalid .editorconfig file   New in this release

Verifies the whole file using the backing EditorConfig core library and reports any failures.

Invalid property value  

Reports property values that do not meet value restrictions.

Invalid reference   New in this release

Reports identifiers that are either unknown or have a wrong type.

No matching files   New in this release

Reports sections with wildcard patterns that do not match any files under the directory in which the .editorconfig file is located.

Non-unique list value   New in this release

Reports duplicates in lists of values.

Overlapping sections   New in this release

Reports subsets of files specified in the current section that overlap with other subsets in other sections.

Overridden property   New in this release

Reports properties that are already defined in other sections.

Overriding property   New in this release

Reports properties that override the same properties defined earlier in the file.

Redundant property   New in this release

Reports properties that are redundant when another applicable section already contains the same property and value.

Redundant wildcard   New in this release

Reports wildcards that become redundant when the “** ” wildcard is used in the same section.

Required declarations are missing   New in this release

Reports properties that miss the required declarations.

Space in file pattern   New in this release

Reports space characters in wildcard patterns that affect pattern matching.

Too many wildcards   New in this release

Reports sections that contain too many wildcards.

Unexpected comma   New in this release

Reports commas that cannot be used in the current context.

Unexpected key-value pair   New in this release

Reports key-value pairs that are not allowed in the current context.

Unexpected top-level declaration   New in this release

Reports unexpected top-level declarations.

Unexpected value list   New in this release

Reports lists of values that are used in properties in which lists are not supported.

Unknown property  

Reports properties that are not supported by the IDE.

Unnecessary braces   New in this release

Reports pattern lists that are either empty {} or contain just one pattern, for example {foo} in contrast to a list containing multiple patterns, for example {foo,bar}.

Unnecessary character class   New in this release

Reports character classes that consist of a single character.

Unused declaration   New in this release

Reports unused declarations.

Last modified: 11 September 2024