blevesearch / bleve

A modern text/numeric/geo-spatial/vector indexing library for go
Apache License 2.0
9.82k stars 669 forks source link

Linting the codebase #1830

Open audunmo opened 1 year ago

audunmo commented 1 year ago

Are you open to PRs that add linters to the codebase? I was thinking to add golangci-lint with gosec enabled alongside their default battery.

This is to both help clean up the codebase, and to reduce the likelyhood of security issues arising from use of this package

abhinavdangeti commented 1 year ago

@audunmo Feel free to propose a commit that would add the necessary tools/commands to the workflow here.