BrettMayson / HEMTT

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

Suggestion: A way to disable linting/analysis for specific paths/addons #760

Open OverlordZorn opened 2 months ago

BrettMayson commented 2 months ago

What's the use case / reasoning behind this?

I personally don't like this

OverlordZorn commented 2 months ago

So in our unit mod, we have an addon from external (a rewrite of the vanilla dyn group system) that changes a few things and overwrites the vanilla one.

It works fine as intended and everything, but everytime i want to built the mod to test some other addons - those that i myself actually work on - i get flooded by hemtt telling me how the (adjusted but vanilla) bis functions have errors and warnings.

With all of those warnings of that one addon in the console, its harder to see the issues i actually care about / want / can fix.