Skip to content

fix: redirect php 7.2 validation to 7.3 #425

fix: redirect php 7.2 validation to 7.3

fix: redirect php 7.2 validation to 7.3 #425

GitHub Actions / Qodana for Go completed Oct 10, 2023 in 0s

54 new problems found by Qodana for Go

Qodana for Go

54 new problems were found

Inspection name Severity Problems
Unexported return type of the exported function 🔶 Warning 6
Imported package name as a name identifier 🔶 Warning 5
Unhandled error 🔶 Warning 5
Bool condition 🔶 Warning 3
Unused parameter 🔶 Warning 2
Reserved word used as name 🔶 Warning 1
Deprecated dependency 🔶 Warning 1
'defer' in the loop ◽️ Notice 6
Name starts with a package name ◽️ Notice 6
Error string should not be capitalized or end with punctuation ◽️ Notice 5
Dependency update available ◽️ Notice 5
Usage of Snake_Case ◽️ Notice 3
Empty slice declared using a literal ◽️ Notice 2
Incorrect usage of 'fmt.Printf' and 'fmt.Println' functions ◽️ Notice 1
Redundant type conversion ◽️ Notice 1
Type assertion on errors fails on wrapped errors ◽️ Notice 1
Type can be omitted ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 66 in internal/esbuild/sass.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Bool condition

Condition `osType == "darwin"` is always `false`

Check warning on line 30 in cmd/project/project_proxy.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Bool condition

Condition `runtime.GOOS == "darwin"` is always `false`

Check warning on line 32 in cmd/project/project_proxy.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Bool condition

Condition `runtime.GOOS == "windows"` is always `false`

Check notice on line 39 in cmd/project/config_sync_theme.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

'defer' in the loop

Possible resource leak, `defer` is called in the `for` loop

Check notice on line 41 in cmd/project/config_sync_entity.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

'defer' in the loop

Possible resource leak, `defer` is called in the `for` loop

Check notice on line 93 in extension/asset_platform.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

'defer' in the loop

Possible resource leak, `defer` is called in the `for` loop

Check notice on line 105 in extension/asset_platform.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

'defer' in the loop

Possible resource leak, `defer` is called in the `for` loop

Check notice on line 82 in extension/asset_platform.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

'defer' in the loop

Possible resource leak, `defer` is called in the `for` loop

Check notice on line 101 in cmd/project/config_sync_theme.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

'defer' in the loop

Possible resource leak, `defer` is called in the `for` loop

Check notice on line 290 in cmd/account/account_producer_extension_info_push.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Error string should not be capitalized or end with punctuation

Error string should not be capitalized or end with punctuation mark

Check notice on line 303 in cmd/account/account_producer_extension_info_push.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Error string should not be capitalized or end with punctuation

Error string should not be capitalized or end with punctuation mark

Check notice on line 48 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Error string should not be capitalized or end with punctuation

Error string should not be capitalized or end with punctuation mark

Check notice on line 75 in extension/zip.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Error string should not be capitalized or end with punctuation

Error string should not be capitalized or end with punctuation mark

Check notice on line 57 in version/version.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Error string should not be capitalized or end with punctuation

Error string should not be capitalized or end with punctuation mark

Check warning on line 291 in extension/app.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unexported return type of the exported function

Exported method with the unexported return type

Check warning on line 287 in extension/app.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unexported return type of the exported function

Exported method with the unexported return type

Check warning on line 145 in extension/platform.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unexported return type of the exported function

Exported method with the unexported return type

Check warning on line 122 in extension/bundle.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unexported return type of the exported function

Exported method with the unexported return type

Check warning on line 157 in extension/platform.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unexported return type of the exported function

Exported method with the unexported return type

Check warning on line 134 in extension/bundle.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unexported return type of the exported function

Exported method with the unexported return type

Check warning on line 236 in cmd/project/ci.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Imported package name as a name identifier

Variable `extension` collides with imported package name

Check warning on line 118 in extension/project.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Imported package name as a name identifier

Variable `version` collides with imported package name

Check warning on line 105 in extension/project.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Imported package name as a name identifier

Variable `version` collides with imported package name

Check warning on line 87 in extension/project.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Imported package name as a name identifier

Variable `version` collides with imported package name

Check warning on line 47 in extension/validator.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Imported package name as a name identifier

Variable `context` collides with imported package name