Skip to content

Commit

Permalink
Use more reliable method for parentheses around operators
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Mar 15, 2024
1 parent e56bbbe commit 727cde9
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 230 deletions.
2 changes: 1 addition & 1 deletion review/suppressed/NoUnused.Variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"learn more": "elm-review suppress --help",
"suppressions": [
{ "count": 8, "filePath": "src/Internal/Compiler.elm" },
{ "count": 5, "filePath": "src/Internal/Write.elm" },
{ "count": 4, "filePath": "src/Internal/Debug.elm" },
{ "count": 4, "filePath": "src/Internal/Write.elm" },
{ "count": 2, "filePath": "src/Elm/Op.elm" },
{ "count": 2, "filePath": "src/Internal/Comments.elm" },
{ "count": 2, "filePath": "tests/Pattern.elm" },
Expand Down
Loading

0 comments on commit 727cde9

Please sign in to comment.