Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
/ ineffassign Public archive
forked from gordonklaus/ineffassign

Detect ineffectual assignments in Go code.

License

Notifications You must be signed in to change notification settings

golangci/ineffassign

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ineffassign

Detect ineffectual assignments in Go code.

This tool misses some cases because does not consider any type information in its analysis. (For example, assignments to struct fields are never marked as ineffectual.) It should, however, never give any false positives.

About

Detect ineffectual assignments in Go code.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%