Open github-actions[bot] opened 3 years ago
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Detected 3 ESLint reports and/or crashes.
Detected 3 ESLint reports and/or crashes.
Detected 3 ESLint reports and/or crashes.
Detected 3 ESLint reports and/or crashes.
Detected 3 ESLint reports and/or crashes.
Detected 3 ESLint reports and/or crashes.
Detected 3 ESLint reports and/or crashes.
Detected 3 ESLint reports and/or crashes.
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Something went wrong.
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Something went wrong.
Something went wrong.
Something went wrong.
Something went wrong.
Something went wrong.
Detected 3 ESLint reports and/or crashes. Scanned 3 repositories.
Rules:
local-rules/no-foo
Something went wrong.
Something went wrong.
Something went wrong.
Detected 3 ESLint reports and/or crashes. Scanned 3 repositories.
Rules:
local-rules/no-foo
Something went wrong.
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Something went wrong.
Something went wrong.
Detected 3 ESLint reports and/or crashes. Scanned 3 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 1 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes. Scanned 3 repositories.
Rules:
local-rules/no-foo
Something went wrong. This is likely an internal error of eslint-remote-tester-run-action
.
Detected 3 ESLint reports and/or crashes. Scanned 3 repositories.
Rules:
local-rules/no-foo
Detected 3 ESLint reports and/or crashes.
Reached maximum result count 2. Showing 2/3
Click to expand
## Rule: local-rules/no-foo - Message: `Variable name "foo" is not allowed.` - Path: `AriPerkkio/eslint-remote-tester-integration-test-target/index.js` - [Link](https://github.com/AriPerkkio/eslint-remote-tester-integration-test-target/blob/HEAD/index.js#L1-L1) ```js > 1 | var foo = bar; | ^^^ 2 | 3 | if (foo) { 4 | } ``` ## Rule: local-rules/no-foo - Message: `Variable name "foo" is not allowed.` - Path: `AriPerkkio/eslint-remote-tester-integration-test-target/index.js` - [Link](https://github.com/AriPerkkio/eslint-remote-tester-integration-test-target/blob/HEAD/index.js#L3-L3) ```js 1 | var foo = bar; 2 | > 3 | if (foo) { | ^^^ 4 | } 5 | 6 | var p = { ```