Skip to content

Commit

Permalink
Add suppressions for remaining errors
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Apr 6, 2024
1 parent e1fc0ad commit 12b5600
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions review/suppressed/Docs.NoMissing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": 1,
"automatically created by": "elm-review suppress",
"learn more": "elm-review suppress --help",
"suppressions": [
{ "count": 6, "filePath": "src/Cli/Option.elm" },
{ "count": 5, "filePath": "src/Cli/Program.elm" },
{ "count": 1, "filePath": "src/Cli/Validate.elm" }
]
}
8 changes: 8 additions & 0 deletions review/suppressed/Docs.ReviewLinksAndSections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 1,
"automatically created by": "elm-review suppress",
"learn more": "elm-review suppress --help",
"suppressions": [
{ "count": 1, "filePath": "src/Cli/Program.elm" }
]
}
8 changes: 8 additions & 0 deletions review/suppressed/NoMissingTypeExpose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 1,
"automatically created by": "elm-review suppress",
"learn more": "elm-review suppress --help",
"suppressions": [
{ "count": 1, "filePath": "src/Cli/Option.elm" }
]
}
8 changes: 8 additions & 0 deletions review/suppressed/NoUnused.CustomTypeConstructorArgs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 1,
"automatically created by": "elm-review suppress",
"learn more": "elm-review suppress --help",
"suppressions": [
{ "count": 1, "filePath": "src/Cli/Decode.elm" }
]
}
8 changes: 8 additions & 0 deletions review/suppressed/NoUnused.Exports.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 1,
"automatically created by": "elm-review suppress",
"learn more": "elm-review suppress --help",
"suppressions": [
{ "count": 4, "filePath": "src/Fuzzy.elm" }
]
}
8 changes: 8 additions & 0 deletions review/suppressed/NoUnused.Parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 1,
"automatically created by": "elm-review suppress",
"learn more": "elm-review suppress --help",
"suppressions": [
{ "count": 1, "filePath": "src/Cli/Option.elm" }
]
}

0 comments on commit 12b5600

Please sign in to comment.