Registry / utility / sivchari-nosnakecase

sivchari-nosnakecase

JSON →
library1.7.0gogounverified

Package nosnakecase is a Go linter that detects and reports snake_case identifiers.

go get github.com/sivchari/nosnakecase
INSTALL
IMPORT
SIG · SIVCHARI-NOSNAKECA
S
sivchari-nosnakecase
utilitygov1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nosnakecase
github.com/sivchari/nosnakecase

Run nosnakecase linter on a Go file

package main import ( "fmt" "github.com/sivchari/nosnakecase" ) func main() { // Example usage: analyze Go source for snake_case issues := nosnakecase.Analyze("example.go") for _, issue := range issues { fmt.Println(issue) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
sivchari-nosnakecase — go get sivchari-nosnakecase · libregistry