Right now, you can provide a list of warnings via -warnings or warningsList, but it makes it difficult to disable specific ones, as if buildifier updates you could be silently turning off all new warnings. Also, because the config file doesn't support JSONC, there's no way to annotate the file. This would improve the UX here.
I ran into this with #1492, and the easiest course of action would have been for me to just disable the one lint.
Right now, you can provide a list of warnings via
-warningsorwarningsList, but it makes it difficult to disable specific ones, as if buildifier updates you could be silently turning off all new warnings. Also, because the config file doesn't support JSONC, there's no way to annotate the file. This would improve the UX here.I ran into this with #1492, and the easiest course of action would have been for me to just disable the one lint.