EditorConfig: Support spelling_language (validation only) #43
No reviewers
Labels
No labels
Compat/Breaking
EditorConfig
0.17.2
Kind
Bug
Kind
Chore
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Testing
Packaging
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BaumiCoder/ecformat!43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/8-spelling_language"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #8
User perspective
Include the
spelling_languageproperty into thecheckcommand. However, it only validates the values set for this property. More details are in the README in the respective section.The
fixcommand does nothing with that property as an invalid value cannot be fixed automatically. It also does not perform a check instead for this property asfixis not indented to return such errors.Developer perspective
As this is the first property, which needs an iteration over the
.editorconfigfiles directly, some implementation for this introduced very similar code to the iteration over all files. Therefore, respective refactorings, such as extracting methods, is also part of this Pull Request.feature/8-spelling_languageto EditorConfig: Supportspelling_language(validation only)