peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
127 stars 19 forks source link

Upgrade golangci-lint to v1.55.2 #570

Closed peterstace closed 9 months ago

peterstace commented 9 months ago

Description

Some of the changes involve the revive linter being a bit stricter, resulting in the removal of "dot" imports. This is probably a good thing, since the tests are now more similar to how users will see things. There is also a new linter used called perfsprint which checks for bad uses of fmt.Sprintf.

Check List

Have you:

Related Issue

peterstace commented 9 months ago

Thanks for reviewing @albertteoh 😁