Support other git hosting platforms (GitLab and Gitea)? #127
Replies: 3 comments
-
|
I'd prefer a separate issue/thread for each requested git server; 1 separate issue for GitLab (see #101) and 1 separate issue for Gitea. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe we can move this issue to discussion for collection feedback and then create separate issues for GitLab and Gitea if needed. |
Beta Was this translation helpful? Give feedback.
-
feat: cross-CI support (GitLab CI, Bitbucket Pipelines)SummaryMake cpp-linter platform-agnostic so it's a first-class citizen on GitLab CI and MotivationCompeting C/C++ linting tools advertise support across GitHub / GitLab / Bitbucket Design principleKeep all platform differences inside the CLI, not in per-platform integrations. Proposed workCLI (the bulk of the effort):
GitLab (pilot deliverable):
Bitbucket:
Later (optional):
Acceptance criteria
Out of scopeLocal pre-commit usage is already covered by |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The user in this issue asked if we support platforms like GitLab or Gitea.
The short answer is NO; we don’t currently support other platforms directly.
However, for GitLab and Gitea, you can use cpp-linter/cpp-linter-hooks with a
.pre-commit-config.yamlfile in your CI pipeline.If you’d like us to add direct support for these platforms, please let us know—this helps us gauge the level of interest.
Beta Was this translation helpful? Give feedback.
All reactions