-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* go work sync * fix go work sync * update api gen * s2a-go fix [goreleaser] * codacy * code scan * perm * disable qodona read * qodona * generic fix * cc fix * recognize version key * pretty disruptive * fix oom * use starter * add baselien * switch to recommended --------- Co-authored-by: Trajan0x <[email protected]>
- Loading branch information
Showing
46 changed files
with
16,250 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: SonarCloud | ||
name: Code Scan | ||
on: | ||
push: | ||
branches: | ||
|
@@ -12,6 +12,11 @@ jobs: | |
sonarcloud: | ||
name: SonarCloud | ||
runs-on: ubuntu-latest | ||
# these are pretty disruptive | ||
# permissions: | ||
# contents: write | ||
# pull-requests: write | ||
# checks: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
|
@@ -21,3 +26,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any | ||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||
- name: 'Qodana Scan' | ||
uses: JetBrains/[email protected] | ||
env: | ||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ linters: | |
- contextcheck | ||
- nosnakecase | ||
- depguard | ||
- testifylint | ||
fast: false | ||
|
||
issues: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.