tests: merge lint_test.go and all_test.go

TestLintReports is moved to all_test.go to consolidate files.

Change-Id: If656af2136c755e29eb8e9171e8e7a341013a825
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/373501
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2 files changed
tree: 9f80aab86d0b2fe3e6e6cd270ed9c3f8babfa05e
  1. cmd/
  2. deploy/
  3. devtools/
  4. doc/
  5. internal/
  6. reports/
  7. all_test.go
  8. AUTHORS
  9. checks.bash
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. go.mod
  13. go.sum
  14. LICENSE
  15. PATENTS
  16. README.md
  17. tools_test.go
README.md

The Go Vulnerability Database

This repository contains the reports for the Go Vulnerability Database.

If you are interested accessing data from the Go Vulnerability Database, see x/vuln for information. This repository is only used for adding new vulnerabilities.

Reporting a vulnerability

We are not accepting new vulnerability reports at this time. We will update this README.md once we are ready to receive reports.

License

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

Database entries are distributed under the terms of the CC-BY 4.0 license. See x/vuln for information on how to access these entries.