Command to get informations about the EditorConfig usage in the targets #50
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!50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/38-status-command"
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 #38
User perspective
This Pull Request adds the command
statusto ecformat. It gives information about what.editorconfigfiles are relevant for the given targets. Furthermore, it lists what EditorConfig properties (incl. values) apply to all the target files. For more details see the CLI help for example withecformat help status.(Beside this a small adjustment for #8: All relevant
.editorconfigfiles for the target files are considered. This also include.editorconfigfiles in parent directories of the target directories.)Developer perspective
In the context of changes for this issue, I also found a bug in test cases, which I addressed with
232fa4edc7as it was also relevant for the tests for these changes. Furthermore, clippy have not failed yet on warnings in the CI and the pre-commit (on push)! Detect due to the warnings addressed witha452dc66ea. Fixed the clippy behavior in CI and pre-commit with4d4609cc1c.