Skip to content

Commit

Permalink
[[TEST]] Less ambiguous message for W083
Browse files Browse the repository at this point in the history
commit d2152a9e59df9b03e43ff3f4db2ce2e2fc345a35
Author: Oliver Scase <oliver.scase1@btinternet.com>
Date:   Wed Nov 23 20:41:38 2016 +0000

    Fixed line length of WO83

commit 82dfcc078f6c4e5faf21361b441957b578e1b7b0
Author: oliver <oscase@enable.services>
Date:   Fri Nov 4 10:23:27 2016 +0000

    less ambiguous message for W083

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
iamlikeme-x authored and jugglinmike committed Jun 22, 2017
1 parent cc215bd commit 5967e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/messages.js
Expand Up @@ -167,7 +167,8 @@ var warnings = {
W082: "Function declarations should not be placed in blocks. " +
"Use a function expression or move the statement to the top of " +
"the outer function.",
W083: "Don't make functions within a loop.",
W083: "Functions declared within loops referencing an outer scoped" +
"variable may lead to confusing semantics.",
W084: "Expected a conditional expression and instead saw an assignment.",
W085: "Don't use 'with'.",
W086: "Expected a 'break' statement before '{a}'.",
Expand Down

0 comments on commit 5967e61

Please sign in to comment.