File: eslint-compact.in

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20240608.1d3280e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 984 kB
  • sloc: python: 59; xml: 13; sh: 7; javascript: 4; haskell: 3; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
/path/to/eslint.js: line 2, col 10, Error - 'unusedf' is defined but never used. (no-unused-vars)
/path/to/eslint.js: line 2, col 18, Error - 'a' is defined but never used. (no-unused-vars)
/path/to/eslint.js: line 3, col 3, Error - Expected indentation of 4 spaces but found 2. (indent)
/path/to/eslint.js: line 3, col 7, Error - 'x' is assigned a value but never used. (no-unused-vars)
/path/to/eslint.js: line 3, col 11, Warning - Strings must use singlequote. (quotes)
/path/to/eslint.js: line 6, col 5, Error - 'unusedvar' is assigned a value but never used. (no-unused-vars)
/path/to/eslint.js: line 6, col 18, Error - Missing semicolon. (semi)

7 problems