Skip to content

Commit

Permalink
Fix some suppressed stuff!
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed Aug 23, 2024
1 parent 27c08ad commit 53cb555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
8 changes: 0 additions & 8 deletions review/suppressed/Docs.ReviewLinksAndSections.json

This file was deleted.

8 changes: 3 additions & 5 deletions review/suppressed/NoUnused.Variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}

0 comments on commit 53cb555

Please sign in to comment.