CMU-313 / spring24-nodebb-apple

spring24-nodebb-apple created by GitHub Classroom
https://spring24-nodebb-apple-ibtybkwnba-uc.a.run.app/
GNU General Public License v3.0
0 stars 1 forks source link

Set up JSHint and added relevant config files. Closes #63 #64

Closed Xeno852 closed 6 months ago

Xeno852 commented 6 months ago
Screenshot 2024-03-15 at 1 08 50 PM Screenshot 2024-03-15 at 1 11 27 PM

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)

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8300032392

Warning: This coverage report may be inaccurate.

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.

Details


Files with Coverage Reduction New Missed Lines %
src/groups/join.js 1 92.05%
src/user/approval.js 3 87.39%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 8256774123: -0.02%
Covered Lines: 22656
Relevant Lines: 25399

💛 - Coveralls