blob: de52ca06d900a6e8c3135cca001107514ba40f20 [file] [log] [blame]
Tim Windelschmidt6d33a432025-02-04 14:34:25 +01001// Copyright The Monogon Project Authors.
2// SPDX-License-Identifier: Apache-2.0
3
Lorenz Brund13c1c62022-03-30 19:58:58 +02004//go:build tools
5// +build tools
6
7package analysis
8
9import (
Tim Windelschmidte2b28652024-04-12 16:49:16 +020010 _ "4d63.com/gocheckcompilerdirectives/checkcompilerdirectives"
Lorenz Brund13c1c62022-03-30 19:58:58 +020011 _ "github.com/corverroos/commentwrap/cmd/commentwrap"
Tim Windelschmidte2b28652024-04-12 16:49:16 +020012 _ "honnef.co/go/tools/cmd/staticcheck"
Lorenz Brund13c1c62022-03-30 19:58:58 +020013)