You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: