FeatureBaseDB / featurebase

A crazy fast analytical database, built on bitmaps. Perfect for ML applications. Learn more at: http://docs.featurebase.com/. Start a Docker instance: https://hub.docker.com/r/featurebasedb/featurebase
https://www.featurebase.com
Apache License 2.0
2.53k stars 231 forks source link

List gometalinter checks which can run continuously #1289

Closed jaffee closed 6 years ago

jaffee commented 6 years ago

Description

As described in #1287, we'd like to run gometalinter in CI. We need to identify which checks we can run automatically that won't generate false positives. We'll list these checks here and create breakout tickets for each of them to (a) fix all the issues identified by the check and (b) add the check to CI.

Success criteria (What criteria will consider this ticket closeable?)

We'll close this ticket at the same time as #1287 once all checks are identified and in CI.

codysoyland commented 6 years ago

The following linters have errors (annotated with number of errors):

Probably won't fix:

Completed:

Redundant: megacheck combines the following linters into one:

Redundant: unused is superset of:

This is not applicable:

codysoyland commented 6 years ago

There are still a few remaining metalinter tickets, but most of the linters are now in CI and enabled. See #1504 and tickets with label metalinter.