prometheus/promql/parser
Łukasz Mierzwa a4317bf0ec
Run gofumpt on all files (#10392)
* Run gofumpt on all files

Getting golangci-lint errors when building on my laptop, possibly because I have newer version of gofumpt then what it was formatted with.
Run gofumpt -w -extra on all files as it will be needed in the future anyway.

* Update golangci-lint to v1.44.2

v1.44.0 upgraded gofumpt so bumping version in CI will help keep formatting correct for everyone

* Address golangci-lint error

Getting 'error-strings: error strings should not be capitalized or end with punctuation or a newline' from revive here.
Drop new line.

Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
2022-03-03 17:21:05 +01:00
..
ast.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
functions.go Add inverse hyperbolic functions 2021-09-15 22:47:10 -04:00
generated_parser.y Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
generated_parser.y.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
lex.go Add atan2 binary operator 2021-09-23 10:30:46 -04:00
lex_test.go Run gofumpt on all files (#10392) 2022-03-03 17:21:05 +01:00
parse.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
parse_test.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
printer.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
printer_test.go Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
value.go promql: use explicit type declare instead of string. (#7716) 2020-08-02 09:57:38 +01:00