Merge remote-tracking branch 'origin/main' into 46-feature-mod-goqu-t… #18
12 new problems found by Qodana for Go
Qodana for Go
12 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused exported function |
🔶 Warning | 3 |
Unhandled error |
🔶 Warning | 1 |
Unused constant |
🔶 Warning | 1 |
Usage of Snake_Case |
◽️ Notice | 5 |
Duplicated code fragment |
◽️ Notice | 1 |
Type assertion on errors fails on wrapped errors |
◽️ Notice | 1 |
☁️ View the detailed Qodana report
Detected 67 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 447 in src/key_management/static/css/main_output.css
github-actions / Qodana for Go
Duplicated code fragment
Duplicated code
Check notice on line 13 in src/model/api_key.go
github-actions / Qodana for Go
Usage of Snake_Case
Use camel case instead of snake case
Check notice on line 22 in src/updater/controller/save_holidays.go
github-actions / Qodana for Go
Usage of Snake_Case
Use camel case instead of snake case
Check notice on line 12 in src/model/api_key.go
github-actions / Qodana for Go
Usage of Snake_Case
Use camel case instead of snake case
Check notice on line 14 in src/model/api_key.go
github-actions / Qodana for Go
Usage of Snake_Case
Use camel case instead of snake case
Check notice on line 21 in src/updater/controller/save_holidays.go
github-actions / Qodana for Go
Usage of Snake_Case
Use camel case instead of snake case
Check notice on line 16 in src/util/error.go
github-actions / Qodana for Go
Type assertion on errors fails on wrapped errors
Type assertion on errors fails on wrapped errors
Check warning on line 20 in src/util/download_csv.go
github-actions / Qodana for Go
Unhandled error
Unhandled error
Check warning on line 13 in src/model/api_key.go
github-actions / Qodana for Go
Unused constant
Unused constant `COLUMN_KEY`
Check warning on line 10 in src/util/error.go
github-actions / Qodana for Go
Unused exported function
Unused function `ServerError`
Check warning on line 14 in src/util/error.go
github-actions / Qodana for Go
Unused exported function
Unused function `CustomHTTPErrorHandler`
Check warning on line 5 in src/util/time.go
github-actions / Qodana for Go
Unused exported function
Unused function `ParseDay`