Jacob Kristhammar

Results 5 comments of Jacob Kristhammar
trafficstars

Hello, We're running: GitLab Enterprise Edition 11.2.3-ee Plugin: 4.0 Sonarqube: 7.0 I have the same issue, here's the generated file: ``` [ { "fingerprint": "01663BAC7E3FC31BF0", "check_name": "Add a default case...

In my setup above i'm renaming the generated `codeclimate.json` to `gl-code-quality-report.json` according to the change https://gitlab.com/gitlab-org/gitlab-ee/issues/5779 Maybe it still works with legacy format if I would use the old codeclimate...

Regarding the `PACKAGE_VERSION_SUFFIX` I also have the need to allow different version-patterns for different roots. E.g. all protos in `experiments` root must use `v\d+experiment` but protos in the `stable` root...

If the current implementation of the `PACKAGE_VERSION_SUFFIX` check would be replaced with a regexp like: `/\.v[1-9]\d*(p[1-9]\d*)?(((beta|alpha)[1-9]\d*)|test\w*)?$/` it would be easy to make it configurable when customization is needed. The above...

After som contemplation today we might opt for using the alpha-based version instead of a custom scheme. I'm still interested in understanding more on the plans for custom lint rules...