https://golangci-lint.run/usage/linters/#usetesting says ``` # Enable/disable `os.Setenv()` detections. # Default: true os-setenv: false ``` https://github.com/ldez/usetesting#inside-golangci-lint says ``` # Enable/disable `os.Setenv()` detections. # Default: false os-setenv: true ``` What value is the default and can the faulty doc be updated?
https://golangci-lint.run/usage/linters/#usetesting says
https://github.com/ldez/usetesting#inside-golangci-lint says
What value is the default and can the faulty doc be updated?