Skip to content

Commit

Permalink
fix(): add "Bad number '2e308'." into errorsToSkip
Browse files Browse the repository at this point in the history
Merge pull request #30 from jakubzitny/infinity-fix
  • Loading branch information
cueedee committed Jan 24, 2017
2 parents 463b83c + 9c1df08 commit 127d6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hint.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ errorsToSkip = [
"Wrap the /regexp/ literal in parens to disambiguate the slash operator."
"Creating global 'for' variable. Should be 'for (var"
"Missing '()' invoking a constructor." # covered by coffeelint rule non_empty_constructor_needs_parens
"Bad number '2e308'."
]

# If log is true, prints out results after processing each file
Expand Down

0 comments on commit 127d6f0

Please sign in to comment.