Actually cut out staticcheck

Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
Matthias Rampke 2018-12-20 17:33:24 +00:00
parent d712534c13
commit f13069832d
No known key found for this signature in database
GPG key ID: 2CDE413A9BD0A5BC

View file

@ -11,9 +11,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# by being first, this takes over plain `make`. It cuts out `staticcheck`
# By being first, this takes over plain `make`. It cuts out `staticcheck`
# because in the circleci/golang:1.11 image it chokes on the go module cache.
default: precheck style staticcheck unused build test
default: precheck style unused build test
include Makefile.common