File: eslint.ok

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20220309.b075c45-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 900 kB
  • sloc: python: 59; xml: 13; javascript: 4; sh: 4; haskell: 3; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 671 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