Advertisement
tatdat171

Error Grunt - Pixels

Jul 20th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Running "newer:jshint" (newer) task
  2.  
  3. Running "newer:jshint:all" (newer) task
  4.  
  5. Running "jshint:all" (jshint) task
  6.  
  7. app/scripts/directive.js
  8.   line 41   col 65  Expected an assignment or function call and instead saw an expression.
  9.   line 86   col 52  Expected an assignment or function call and instead saw an expression.
  10.  
  11. app/scripts/materialize.js
  12.   line 44   col 14  ['jswing'] is better written in dot notation.
  13.   line 44   col 40  ['swing'] is better written in dot notation.
  14.   line 51   col 5   Missing "use strict" statement.
  15.   line 54   col 5   Missing "use strict" statement.
  16.   line 57   col 5   Missing "use strict" statement.
  17.   line 60   col 5   Missing "use strict" statement.
  18.   line 60   col 23  Expected '{' and instead saw 'return'.
  19.   line 64   col 5   Missing "use strict" statement.
  20.   line 67   col 5   Missing "use strict" statement.
  21.   line 70   col 5   Missing "use strict" statement.
  22.   line 70   col 23  Expected '{' and instead saw 'return'.
  23.   line 74   col 5   Missing "use strict" statement.
  24.   line 77   col 5   Missing "use strict" statement.
  25.   line 80   col 5   Missing "use strict" statement.
  26.   line 80   col 23  Expected '{' and instead saw 'return'.
  27.   line 84   col 5   Missing "use strict" statement.
  28.   line 87   col 5   Missing "use strict" statement.
  29.   line 90   col 5   Missing "use strict" statement.
  30.   line 90   col 23  Expected '{' and instead saw 'return'.
  31.   line 94   col 5   Missing "use strict" statement.
  32.   line 97   col 5   Missing "use strict" statement.
  33.   line 100  col 5   Missing "use strict" statement.
  34.   line 103  col 5   Missing "use strict" statement.
  35.   line 103  col 16  Expected '===' and instead saw '=='.
  36.   line 106  col 5   Missing "use strict" statement.
  37.   line 106  col 16  Expected '===' and instead saw '=='.
  38.   line 109  col 5   Missing "use strict" statement.
  39.   line 109  col 12  Expected '===' and instead saw '=='.
  40.   line 109  col 15  Expected '{' and instead saw 'return'.
  41.   line 110  col 12  Expected '===' and instead saw '=='.
  42.   line 110  col 15  Expected '{' and instead saw 'return'.
  43.   line 111  col 23  Expected '{' and instead saw 'return'.
  44.   line 115  col 5   Missing "use strict" statement.
  45.   line 118  col 5   Missing "use strict" statement.
  46.   line 121  col 5   Missing "use strict" statement.
  47.   line 121  col 23  Expected '{' and instead saw 'return'.
  48.   line 125  col 5   Missing "use strict" statement.
  49.   line 126  col 12  Expected '===' and instead saw '=='.
  50.   line 126  col 15  Expected '{' and instead saw 'return'.
  51.   line 126  col 38  Expected '===' and instead saw '=='.
  52.   line 126  col 41  Expected '{' and instead saw 'return'.
  53.   line 126  col 62  Expected '{' and instead saw 'p'.
  54.   line 126  col 68  A leading decimal point can be confused with a dot: '.3'.
  55.   line 127  col 38  's' is already defined.
  56.   line 128  col 10  Expected '{' and instead saw 'var'.
  57.   line 128  col 16  's' is already defined.
  58.   line 132  col 5   Missing "use strict" statement.
  59.   line 133  col 12  Expected '===' and instead saw '=='.
  60.   line 133  col 15  Expected '{' and instead saw 'return'.
  61.   line 133  col 38  Expected '===' and instead saw '=='.
  62.   line 133  col 38  Too many errors. (2% scanned).
  63.  
  64. 53 problems
  65.  
  66. Warning: Task "jshint:all" failed. Use --force to continue.
  67.  
  68. Aborted due to warnings.
  69.  
  70.  
  71. Execution Time (2015-07-20 07:24:27 UTC)
  72. newer:jshint:all  29ms  ▇▇ 2%
  73. jshint:all        1.8s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 97%
  74. Total 1.9s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement