File: eslint-compact.ok

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 (7 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
/path/to/eslint.js|2 col 10 error| 'unusedf' is defined but never used. (no-unused-vars)
/path/to/eslint.js|2 col 18 error| 'a' is defined but never used. (no-unused-vars)
/path/to/eslint.js|3 col 3 error| Expected indentation of 4 spaces but found 2. (indent)
/path/to/eslint.js|3 col 7 error| 'x' is assigned a value but never used. (no-unused-vars)
/path/to/eslint.js|3 col 11 warning| Strings must use singlequote. (quotes)
/path/to/eslint.js|6 col 5 error| 'unusedvar' is assigned a value but never used. (no-unused-vars)
/path/to/eslint.js|6 col 18 error| Missing semicolon. (semi)