hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
14 stars 9 forks source link

chore: improved ESLint setup and fixed another bunch of warnings #1052

Closed ericleponner closed 2 months ago

ericleponner commented 2 months ago

Description:

Changes below: 1) update eslint configuration to ignore some vue warning (multi-word, reserved html name …). 2) fix another bunch of warnings (mostly unused imports).

Checklist

github-actions[bot] commented 2 months ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 83.07% 39004 / 46948
🔵 Statements 83.07% 39004 / 46948
🔵 Functions 63.02% 888 / 1409
🔵 Branches 84.32% 4079 / 4837
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/components/Tabs.vue 100% 100% 66.66% 100%
src/components/values/InlineBalancesValue.vue 94.8% 88% 100% 94.8% 99-106
src/components/values/SourceCodeValue.vue 92.13% 100% 0% 92.13% 74-80
src/components/values/abi/ContractAbiDialog.vue 69.93% 100% 0% 69.93% 96-144
src/components/values/abi/ContractAbiValue.vue 50.63% 100% 0% 50.63% 151-306
src/components/values/abi/ParamTypeEditor.vue 62.8% 100% 0% 62.8% 61-86, 94-97, 99-113
src/components/values/link/EntityIOL.vue 96.61% 44.44% 100% 96.61% 97-98, 100-101
src/components/verification/ContractVerificationDialog.vue 76.07% 76.19% 5% 76.07% 51, 183-187, 190-196, 203-205, 214-218, 221-226, 241-242, 251, 253, 255-257, 259, 267-268, 276-278, 290-335, 338-341, 353-357
src/components/verification/FileList.vue 66.18% 100% 0% 66.18% 106-175
src/pages/AccountDetails.vue 46.18% 82.22% 14.28% 46.18% 1-272, 387-393, 397-399, 437-438, 443-444, 461-463
src/pages/ContractDetails.vue 100% 94.87% 100% 100%
src/pages/TopicDetails.vue 100% 87.5% 100% 100%
src/pages/Transactions.vue 100% 100% 50% 100%
Generated in workflow #890
sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
13 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud