EditorConfig: Support spelling_language (validation only) #8
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#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Feature description
Support the
spelling_languagefor the.editorconfigfiles.As a complete spell checking (parse the source code comments to only check them, allow defining own valid words in some dictionary, ...) is quite complex, it seems to out of scope for ecformat (at least for now). Therefore, ecformat should only validate that the value of
spelling_languagein every.editorconfigfile is valid.This should be done only ones per
.editorconfigfile andspelling_languageinside, not for every file to which the property applies to. Maybe, thefixcommand only can to the same as thecheckcommand here, because the invalid value can be anything.Benefits
To ensure that a valid language is set in the
.editorconfigfiles, to allow editor to use the desired language for spell checking.Resources
spelling_language(validation only) #43.editorconfigfiles #44