Modules§
Structs§
- Compare
Item - ExtValidation
Result - Represents the result of an extensions validation process.
- Validation
Result - Represents the result of validating a configuration file.
Enums§
Traits§
- Comparison
Formatter - Trait for formatting the results of comparing two configuration files.
- Errorer
- A trait for reporting errors related to configuration validation.
- Validation
Formatter - Trait for formatting the results of a validation process.
Functions§
- compare
- Compares the properties of two .editorconfig files contents and formats the comparison result.
- compare_
files - Compares two .editorconfig files and formats the comparison results.
- validate
- Validates the content of an .editorconfig file.
- validate_
all - Validates all .editorconfig files in a given directory and its subdirectories.
- validate_
one - Validates a single .editorconfig file.