prometheus/promql
Julius Volz af513468eb Fix some dead code, missing error checks, shadowings.
I applied
https://medium.com/@jgautheron/quality-pipeline-for-go-projects-497e34d6567
and was greeted with a deluge of warnings, most of which were not
applicable or really fixable realistically. These are some of the first
ones I decided to fix.
2015-09-14 12:21:34 +02:00
..
testdata promql: Add vector function. 2015-09-11 12:09:34 +01:00
analyzer.go Fix grouping of import blocks 2015-08-22 09:42:45 +02:00
ast.go Merge pull request #1049 from prometheus/bool-nofilter 2015-09-03 15:08:38 +01:00
engine.go promql: Add 'bool' modifier to comparison functions 2015-09-02 14:51:44 +01:00
engine_test.go Fix "go vet" errors. 2015-08-26 02:05:04 +02:00
functions.go promql: Add vector function. 2015-09-11 12:09:34 +01:00
lex.go Merge pull request #1049 from prometheus/bool-nofilter 2015-09-03 15:08:38 +01:00
lex_test.go promql: Add 'bool' modifier to comparison functions 2015-09-02 14:51:44 +01:00
parse.go Merge pull request #1049 from prometheus/bool-nofilter 2015-09-03 15:08:38 +01:00
parse_test.go Merge pull request #1049 from prometheus/bool-nofilter 2015-09-03 15:08:38 +01:00
printer.go Fix bool modifier in recording rules and printing. 2015-09-10 01:37:05 +02:00
printer_test.go Fix bool modifier in recording rules and printing. 2015-09-10 01:37:05 +02:00
promql_test.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
quantile.go Switch promql types to common/model 2015-08-25 13:49:14 +02:00
test.go Fix some dead code, missing error checks, shadowings. 2015-09-14 12:21:34 +02:00