errchkjson

Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks

MIT License

Stars
38
Committers
6
errchkjson - v0.4.0 Latest Release

Published by breml about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/breml/errchkjson/compare/v0.3.6...v0.4.0

errchkjson - v0.3.6

Published by breml about 1 year ago

What's Changed

Full Changelog: https://github.com/breml/errchkjson/compare/v0.3.5...v0.3.6

errchkjson - v0.3.5

Published by breml about 1 year ago

Fix goreleaser name_template

errchkjson - v0.3.4

Published by breml about 1 year ago

Fix goreleaser

errchkjson - v0.3.3

Published by breml about 1 year ago

What's Changed

Full Changelog: https://github.com/breml/errchkjson/compare/v0.3.2...v0.3.3

errchkjson - v0.3.2

Published by breml about 1 year ago

What's Changed

Full Changelog: https://github.com/breml/errchkjson/compare/v0.3.1...v0.3.2

errchkjson - v0.3.1

Published by breml over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/breml/errchkjson/compare/v0.3.0...v0.3.1

errchkjson - v0.3.0

Published by breml over 2 years ago

What's Changed

Full Changelog: https://github.com/breml/errchkjson/compare/v0.2.3...v0.3.0

errchkjson - v0.2.3

Published by breml over 2 years ago

What's Changed

Full Changelog: https://github.com/breml/errchkjson/compare/v0.2.2...v0.2.3

errchkjson - v0.2.2

Published by breml over 2 years ago

Fix handling of looping structs

errchkjson - v0.2.1

Published by breml almost 3 years ago

Fix #5 : False positive for multiple return values

errchkjson - v0.2.0

Published by breml almost 3 years ago

Add -report-no-exported flag

Breaking change:

  • the default for report no exported has been true in v0.1.1 and is now false.
errchkjson - v0.1.1

Published by breml almost 3 years ago

Fix check for pure CallExpr
Add check for structs without any exported fields

errchkjson - v0.1.0

Published by breml almost 3 years ago

Initial release