Closed Xeno852 closed 8 months ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/groups/join.js | 1 | 92.05% | ||
src/user/approval.js | 3 | 87.39% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 8256774123: | -0.02% |
Covered Lines: | 22656 |
Relevant Lines: | 25399 |
I included two screenshots to show the functionality of JSHint working. The one screenshot shows a working version (no output meaning that JSHint ran without picking up any issues and didn't note any warnings), and the other screenshot shows a version with a modified config file to change the quote style from "single" to "double" (which results in many warnings since we are purposely violating our own custom rules)