Skip to content

release: 2.0.0 (#64) #88

release: 2.0.0 (#64)

release: 2.0.0 (#64) #88

Triggered via push August 29, 2026 17:46
Status Success
Total duration 1m 22s
Artifacts

check-pr.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(capitalized-comments): src/components/ch-modal/ch-modal.plugin.spec.tsx#L140
src/components/ch-modal/ch-modal.plugin.spec.tsx:140:5: Comments should not begin with a lowercase letter
eslint(capitalized-comments): src/components/ch-modal/ch-modal.plugin.spec.tsx#L109
src/components/ch-modal/ch-modal.plugin.spec.tsx:109:5: Comments should not begin with a lowercase letter
eslint(capitalized-comments): src/components/ch-modal/ch-modal.plugin.spec.tsx#L108
src/components/ch-modal/ch-modal.plugin.spec.tsx:108:5: Comments should not begin with a lowercase letter
eslint(capitalized-comments): src/components/ch-modal/ch-modal.plugin.spec.tsx#L6
src/components/ch-modal/ch-modal.plugin.spec.tsx:6:1: Comments should not begin with a lowercase letter
eslint(capitalized-comments): src/components/ch-modal/ch-modal.plugin.spec.tsx#L5
src/components/ch-modal/ch-modal.plugin.spec.tsx:5:1: Comments should not begin with a lowercase letter
eslint(prefer-const): src/components/ch-checkbox/ch-checkbox.tsx#L89
src/components/ch-checkbox/ch-checkbox.tsx:89:9: `message` is never reassigned.
eslint(init-declarations): src/components/ch-checkbox/ch-checkbox.tsx#L89
src/components/ch-checkbox/ch-checkbox.tsx:89:9: Variable 'message' should be initialized on declaration.
eslint(prefer-destructuring): src/components/ch-checkbox/ch-checkbox.tsx#L83
src/components/ch-checkbox/ch-checkbox.tsx:83:23: Use Object destructuring.
eslint(one-var): src/components/ch-checkbox/ch-checkbox.tsx#L88
src/components/ch-checkbox/ch-checkbox.tsx:88:5: Combine this with the previous 'const' statement.
eslint(max-statements): src/components/ch-checkbox/ch-checkbox.tsx#L82
src/components/ch-checkbox/ch-checkbox.tsx:82:21: function has too many statements (12). Maximum allowed is 10.