Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upActually, "yes, console" #493
Conversation
a6014d3
to
33f99b6
These all are exceptional cases of warnings where the warning is far more important than adhering to a style guide on lints, even if some of them might potentially show up in the browser. Each is a hand-picked exception, so these use in-file comment overrides. Rationales are included in preceding comments.
33f99b6
to
fab74b8
sourcelevel-bot
bot
commented
Aug 20, 2019
|
SourceLevel has finished reviewing this Pull Request and has found:
You can see more details about this review at https://app.sourcelevel.io/github/elixirscript/elixirscript/pulls/493. |
|
After reviewing SourceLevel's output, I believe the dark magic that powers it follows Anyways, hope I didn't cause a nuisance by playing with the CI bots, I'm done with that now! It just seemed like the most expedient way to tease out how the analyzer worked. And now hopefully there will be less noise in the linter. |
|
Thanks! |
workingjubilee commentedAug 20, 2019
•
edited
As discussed in #230!
This includes a change to
.eslintrc.jsand also some individual file changes to selectively disable ESLint's behavior in files where logically a console method does belong, or where the grounding logic of the rule ("avoid cluttering the browser") does not apply.