Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Fix missing semicolon lint error #50

Open
dherbst opened this issue May 16, 2015 · 0 comments
Open

Fix missing semicolon lint error #50

dherbst opened this issue May 16, 2015 · 0 comments

Comments

@dherbst
Copy link

dherbst commented May 16, 2015

Running tests off 41573e4 results in

Running "jshint:all" (jshint) task
Linting tasks/hashresHelper.js ...ERROR
[L80:C74] W033: Missing semicolon.
          grunt.log.debug('Substituting ' + value[0] + ' by ' + value[1]) 
[L83:C92] W033: Missing semicolon.
          grunt.log.debug('Substituting ' + nameToNameSearch[value[0]] + ' by ' + value[1]) 

Warning: Task "jshint:all" failed. Use --force to continue.

Aborted due to warnings.
dherbst added a commit to dherbst/grunt-hashres that referenced this issue May 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant