-
Notifications
You must be signed in to change notification settings - Fork 0
Find EClint Alternative #79
Copy link
Copy link
Open
Labels
🔨 EClintTool: EClint (EditorConfig validator)Tool: EClint (EditorConfig validator)🔨 EditorConfigTool: EditorConfig for code-styles consistencyTool: EditorConfig for code-styles consistency🔬 researchIssue requires further researchingIssue requires further researching⚠️ importantPriority: HighPriority: High
Milestone
Metadata
Metadata
Assignees
Labels
🔨 EClintTool: EClint (EditorConfig validator)Tool: EClint (EditorConfig validator)🔨 EditorConfigTool: EditorConfig for code-styles consistencyTool: EditorConfig for code-styles consistency🔬 researchIssue requires further researchingIssue requires further researching⚠️ importantPriority: HighPriority: High
Type
Fields
Give feedbackNo fields configured for issues without a type.
We really need to find an alternative tool to EClint to validate code styles consistency of the repo's code, for the following reasons:
Of the above, point 3 is particularly relevant, for it would be ideal to find a code validation tool that uses its own settings file instead of the
.editorconfigsettings, so that we could decouple it from the EditorConifg rules, which don't always match the validation criteria.@thoni56, any ideas if there are any code validation tools in the wild that meet these criteria? Possibly, in standalone binary format.