diff --git a/review/suppressed/Docs.ReviewLinksAndSections.json b/review/suppressed/Docs.ReviewLinksAndSections.json deleted file mode 100644 index ffeedf42..00000000 --- a/review/suppressed/Docs.ReviewLinksAndSections.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 1, - "automatically created by": "elm-review suppress", - "learn more": "elm-review suppress --help", - "suppressions": [ - { "count": 1, "filePath": "src/Elm.elm" } - ] -} diff --git a/review/suppressed/NoUnused.Variables.json b/review/suppressed/NoUnused.Variables.json index 4e860540..5fefcdf6 100644 --- a/review/suppressed/NoUnused.Variables.json +++ b/review/suppressed/NoUnused.Variables.json @@ -3,15 +3,13 @@ "automatically created by": "elm-review suppress", "learn more": "elm-review suppress --help", "suppressions": [ - { "count": 8, "filePath": "src/Internal/Compiler.elm" }, - { "count": 4, "filePath": "src/Internal/Debug.elm" }, { "count": 4, "filePath": "src/Internal/Write.elm" }, - { "count": 2, "filePath": "src/Elm/Op.elm" }, + { "count": 3, "filePath": "src/Internal/Compiler.elm" }, + { "count": 3, "filePath": "src/Internal/Debug.elm" }, { "count": 2, "filePath": "tests/Pattern.elm" }, - { "count": 1, "filePath": "src/Elm.elm" }, + { "count": 1, "filePath": "src/Elm/Op.elm" }, { "count": 1, "filePath": "src/Internal/Comments.elm" }, { "count": 1, "filePath": "src/Internal/Index.elm" }, - { "count": 1, "filePath": "tests/Elm/Expect.elm" }, { "count": 1, "filePath": "tests/PackageHelpers.elm" } ] }