gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 53 forks source link

Switch to new gulp/test config #49

Closed pdehaan closed 8 years ago

pdehaan commented 8 years ago
$ npm run lint

> glob-stream@5.0.0 lint /Users/pdehaan/dev/github/glob-stream
> eslint . && jscs *.js test/

/Users/pdehaan/dev/github/glob-stream/index.js
   29:1   warning  Line 29 exceeds the maximum line length of 80                      max-len
   36:1   warning  Line 36 exceeds the maximum line length of 80                      max-len
   64:11  warning  This function has too many statements (32). Maximum allowed is 15  max-statements
  141:1   warning  Line 141 exceeds the maximum line length of 80                     max-len

/Users/pdehaan/dev/github/glob-stream/test/main.js
    9:24  warning  This function has too many statements (33). Maximum allowed is 15  max-statements
   63:35  warning  "file" is defined but never used                                   no-unused-vars
   82:11  warning  "files" is defined but never used                                  no-unused-vars
  104:11  warning  "files" is defined but never used                                  no-unused-vars
  180:36  warning  "file" is defined but never used                                   no-unused-vars
  210:36  warning  "file" is defined but never used                                   no-unused-vars
  314:13  warning  "files" is defined but never used                                  no-unused-vars

✖ 11 problems (0 errors, 11 warnings)

$ echo $?
0