featurebase/dax/queryer
Travis Turner aa17b8d725
Enable linter: stylecheck (#2317)
* Enable linter: stylecheck

This enabled the stylecheck linter, but excludes some staticchecks for
now. The following are ignored because they will take a bit of time to
address, but the intention is to address them and remove them from the
exclusion list.

ST1000: at least one file in a package should have a package comment
ST1003: golang naming standards
ST1008: error should be returned as the last argument
ST1016: methods on the same type should have the same receiver name
ST1020: comment on exported function

* Address ST1015

For some reason this failed in CI but not locally. I can't figure out
why that check isn't happening locally. This just moves the switch
statements around so that the `default` is the first (or last) item.

* Adjust error string in test to match case-adjusted error

* Remove TestCloseTimeout
2023-03-14 08:45:18 -05:00
..
api Add DAX - full list of squashed commits below 2022-12-12 09:01:20 -08:00
client reuse clients instead of making new clients 2023-03-06 13:12:22 -06:00
http CLI: make it more like psql (#2235) 2023-02-14 09:23:51 -06:00
service tweak a bunch of logging and config (#2234) 2023-02-03 14:59:07 -06:00
config.go Remove MDS and replace it with Controller (#2219) 2023-01-30 16:54:12 -06:00
orchestrator.go Enable linter: stylecheck (#2317) 2023-03-14 08:45:18 -05:00
queryer.go CLI: make it more like psql (#2235) 2023-02-14 09:23:51 -06:00
schema_api.go Support for setting individual DatabaseOptions (#2231) 2023-02-06 08:50:28 -06:00
translator.go reuse clients instead of making new clients 2023-03-06 13:12:22 -06:00