Skip to content

Instantly share code, notes, and snippets.

@serby
Created December 5, 2013 10:46
Show Gist options
  • Select an option

  • Save serby/7803394 to your computer and use it in GitHub Desktop.

Select an option

Save serby/7803394 to your computer and use it in GitHub Desktop.
lib/app.js: line 42, col 36, This function has too many statements. (75) (W071)
lib/backchannel.js: line 70, col 56, This function's cyclomatic complexity is too high. (8) (W074)
lib/jobs.js: line 136, col 17, This function's cyclomatic complexity is too high. (14) (W074)
lib/libconfig.js: line 77, col 20, This function's cyclomatic complexity is too high. (7) (W074)
lib/middleware.js: line 114, col 23, This function's cyclomatic complexity is too high. (7) (W074)
lib/middleware.js: line 220, col 67, This function's cyclomatic complexity is too high. (7) (W074)
lib/models/upgrade/from0to1.js: line 37, col 46, This function's cyclomatic complexity is too high. (8) (W074)
lib/models/upgrade/index.js: line 51, col 37, This function's cyclomatic complexity is too high. (8) (W074)
lib/utils.js: line 44, col 21, This function's cyclomatic complexity is too high. (13) (W074)
lib/utils.js: line 73, col 20, This function's cyclomatic complexity is too high. (10) (W074)
lib/views-test.js: line 63, col 16, This function's cyclomatic complexity is too high. (9) (W074)
routes/api/repo.js: line 77, col 34, This function has too many statements. (32) (W071)
routes/api/repo.js: line 77, col 34, This function's cyclomatic complexity is too high. (14) (W074)
routes/index.js: line 422, col 62, This function's cyclomatic complexity is too high. (8) (W074)
routes/jobs/index.js: line 80, col 111, This function's cyclomatic complexity is too high. (7) (W074)
15 errors
make: *** [lint] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment