From 1c0756d783fa62720a308b12b9262cc9e310eeb3 Mon Sep 17 00:00:00 2001 From: Nathaniel Nutter Date: Mon, 9 Mar 2020 17:00:58 -0500 Subject: [PATCH] Remove reference to staticcheck now that it's more loosely based on staticchecks' linter directives --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c38036f..a857798 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ If you have a preferred import path to suggest, append the suggestion after a `= ### Ignoring problems If you want to ignore a problem reported by `faillint` you can add a linter directive. -The format of a directive is based on the format other linters, such as `staticcheck`, use and there are two types: line-based and file-based. #### Line-based linter directives