It seems like gitlab only lets you upload one artifact for codequality checks, but if you have multiple modules then there are multiple lint files.
One alternative is to have the linter generate one file, but from the discussion here it seems that this slows down linting considerably because modules are processed multiple times.
Is there a way this plugin could be configured to either merge files after generation or append to a central json file instead of overwriting?
It seems like gitlab only lets you upload one artifact for
codequalitychecks, but if you have multiple modules then there are multiple lint files.One alternative is to have the linter generate one file, but from the discussion here it seems that this slows down linting considerably because modules are processed multiple times.
Is there a way this plugin could be configured to either merge files after generation or append to a central json file instead of overwriting?