BrettMayson / HEMTT

Build System for Arma 3
http://hemtt.dev/
GNU General Public License v2.0
113 stars 40 forks source link

[Feature Request] Lint Files/Folders Outside of a Project #698

Open hypoxia125 opened 5 months ago

hypoxia125 commented 5 months ago

Add a feature that allows for use of the linter on files and folders that are not part of a project framework. Useful for linting missions and non addons.

When providing an argument for the linter, if given a folder, all sub files/folders will be linted. If given a file, only lint that file.

BrettMayson commented 5 months ago

HEMTT doesn't have much of a generic linter, are there things HEMTT does in particular that you are thinking of?

HEMTT is fairly tightly coupled to it's workspace system. Some things won't be as easily done on loose files