Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧱 Update to the latest goreleaser configuration #528

Merged
merged 1 commit into from
Feb 24, 2025

:bricks: Update to the latest goreleaser configuration

26e19aa
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

🧱 Update to the latest goreleaser configuration #528

:bricks: Update to the latest goreleaser configuration
26e19aa
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for Go completed Feb 24, 2025 in 0s

126 new problems found by Qodana for Go

Qodana for Go

126 new problems were found

Inspection name Severity Problems
Unused exported function 🔶 Warning 79
Unused constant 🔶 Warning 26
Unused global variable 🔶 Warning 14
Constant condition 🔶 Warning 2
Imported package name as a name identifier 🔶 Warning 2
Error may be not nil 🔶 Warning 1
Comment of exported element starts with the incorrect name ◽️ Notice 2

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 30 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Comment of exported element starts with the incorrect name

Comment should have the following format 'QodanaLicenseOnlyToken ...' (with an optional leading article)

Check notice on line 65 in platform/git/git.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Comment of exported element starts with the incorrect name

Comment should have the following format 'CheckoutAndUpdateSubmodule ...' (with an optional leading article)

Check warning on line 90 in platform/qdcontainer/container.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Constant condition

Condition is always true

Check warning on line 162 in platform/commoncontext/configurator.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Constant condition

Condition is always true

Check warning on line 35 in platform/eap.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Error may be not nil

`buildDate` might have `nil` or other unexpected value as its corresponding error variable might be not `nil`

Check warning on line 33 in platform/third_party_scan_cmd.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Imported package name as a name identifier

Variable `cmd` collides with imported package name

Check warning on line 42 in cmd/scan.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Imported package name as a name identifier

Variable `cmd` collides with imported package name

Check warning on line 37 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaClearKeyring`

Check warning on line 34 in platform/commoncontext/configurator.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaSarifName`

Check warning on line 47 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `AndroidSdkRoot`

Check warning on line 35 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaToolEnv`

Check warning on line 32 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaToken`

Check warning on line 43 in platform/utils/cmd.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaEapLicenseExpiredExitCode`

Check warning on line 37 in platform/utils/cmd.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaSuccessExitCode`

Check warning on line 26 in platform/thirdpartyscan/context.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `Clt`

Check warning on line 51 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaOrganisationIdHash`

Check warning on line 31 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaLicenseOnlyToken`

Check warning on line 61 in cloud/license.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `CommunityLicensePlan`

Check warning on line 45 in platform/utils/cmd.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaTimeoutExitCodePlaceholder`

Check warning on line 60 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaCloudRequestTimeoutEnv`

Check warning on line 43 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaCliContainerKeep`

Check warning on line 42 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaCliContainerName`

Check warning on line 39 in platform/utils/cmd.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaFailThresholdExitCode`

Check warning on line 84 in cloud/license.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `InvalidTokenMessage`

Check warning on line 46 in platform/qdenv/qdenv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused constant

Unused constant `QodanaCorettoSdk`