We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
score
1 parent 9efce5b commit 7b3228bCopy full SHA for 7b3228b
src/core.js
@@ -36,8 +36,6 @@ export function calculate(analysis) {
36
const complexity = calculateScore(analysis, complexityGuards)
37
38
return {
39
- /** @deprecated */
40
- score: 0,
41
violations: performance.violations
42
.concat(maintainability.violations)
43
.concat(complexity.violations),
src/index.test.js
@@ -24,7 +24,6 @@ Index('smoke test', () => {
24
`
25
let result = calculate(css)
26
assert.equal(result, {
27
- "score": 0,
28
"violations": [
29
{
30
"id": "Imports",
0 commit comments