Skip to content

feat(progress)!: alter visual expression of Progress component #1208

feat(progress)!: alter visual expression of Progress component

feat(progress)!: alter visual expression of Progress component #1208

Triggered via pull request November 13, 2024 08:26
@HaakonSvaneHaakonSvane
synchronize #680
Status Failure
Total duration 1m 58s
Artifacts

lint-pr.yml

on: pull_request_target
🛂 Lint PR title
5s
🛂 Lint PR title
👁️ Validate code
1m 49s
👁️ Validate code
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 9 warnings
👁️ Validate code
Type '{ children: Element[]; title: string; }' is not assignable to type 'IntrinsicAttributes & ProgressProps'.
👁️ Validate code
@equinor/mad-chronicles#lint: command (/home/runner/work/mad/mad/apps/chronicles) /tmp/xfs-c1a4d634/yarn run lint --fix exited (2)
👁️ Validate code
Process completed with exit code 2.
👁️ Validate code: packages/auth/src/Expo-AuthSession/hooks/useAuthenticate.ts#L64
React Hook useEffect has missing dependencies: 'config', 'enableAutomaticAuthentication', and 'withAuthenticationPromiseHandler'. Either include them or remove the dependency array
👁️ Validate code: packages/core/src/store/mad-config/mad-config.ts#L36
React Hook useMemo has an unnecessary dependency: 'config.currentEnvironment'. Either exclude it or remove the dependency array
👁️ Validate code: packages/components/src/components/Menu/Menu.tsx#L3
'useEffect' is defined but never used
👁️ Validate code: packages/components/src/components/SelectionControls/SmallSwitch.tsx#L55
React Hook useEffect has missing dependencies: 'activeKnobAnimation' and 'inactiveKnobAnimation'. Either include them or remove the dependency array
👁️ Validate code: packages/components/src/components/SelectionControls/Switch.tsx#L72
React Hook useEffect has missing dependencies: 'activeKnobAnimation' and 'inactiveKnobAnimation'. Either include them or remove the dependency array
👁️ Validate code: packages/components/src/components/SelectionControls/Switch.tsx#L132
'backgroundColor' is assigned a value but never used
👁️ Validate code: packages/components/src/components/_internal/PopInContainer.tsx#L19
React Hook useEffect has a missing dependency: 'popInAnimation'. Either include it or remove the dependency array