Skip to content

chore(deps): update peter-evans/create-pull-request action to v7 #327

chore(deps): update peter-evans/create-pull-request action to v7

chore(deps): update peter-evans/create-pull-request action to v7 #327

GitHub Actions / eslint-github-check succeeded Sep 3, 2024 in 0s

reviewdog [eslint-github-check] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (24)

testdata/error.js|1 col 1| Parsing error: Unexpected character '🐶'
testdata/test.js|2 col 10| 'test' is defined but never used.
testdata/test.js|2 col 14| Missing space before function parentheses.
testdata/test.js|3 col 3| The update clause in this loop moves the variable in the wrong direction.
testdata/test.js|3 col 8| Unexpected var, use let or const instead.
testdata/test.js|4 col 5| Unexpected var, use let or const instead.
testdata/test.js|4 col 9| 'a' is defined but never used.
testdata/test.js|4 col 10| Missing whitespace after semicolon.
testdata/test.js|4 col 11| Unexpected var, use let or const instead.
testdata/test.js|4 col 15| 'b' is defined but never used.
testdata/test.js|4 col 16| Extra semicolon.
testdata/test.js|4 col 17| Expected space or tab after '//' in comment.
testdata/test.js|5 col 19| Extra semicolon.
testdata/test.js|9 col 37| 'test2' is defined but never used.
testdata/test.js|9 col 42| Missing space before function parentheses.
testdata/test.js|10 col 3| The update clause in this loop moves the variable in the wrong direction.
testdata/test.js|10 col 8| Unexpected var, use let or const instead.
testdata/test.js|11 col 9| Redundant double negation.
testdata/test.js|11 col 14| Empty block statement.
testdata/test.js|14 col 2| Unnecessary semicolon.
testdata/test.js|16 col 10| 'f' is defined but never used.
testdata/test.js|16 col 11| Missing space before function parentheses.
testdata/test.js|17 col 1| Opening curly brace does not appear on the same line as controlling statement.
testdata/test.js|18 col 22| Extra semicolon.