-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.
Description
description
there are some rules that we probably want to apply to all text files (maybe with some specific exceptions)
for example:
- new line at the end of file
- no mixture of tabs and spaces (maybe just no tabs)
there may be others
most lang linters will pick up these issues - but eg yaml files are failing this and we could/should just make a general rule
we probs only want to lint changes i guess rather than checking entire repo on every change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.