🚀 Release mad packages #1220
Triggered via pull request
November 20, 2024 14:55
HaakonSvane
synchronize
#682
Status
Failure
Total duration
3m 11s
Artifacts
–
lint-pr.yml
on: pull_request_target
🛂 Lint PR title
5s
👁️ Validate code
3m 2s
Annotations
1 error and 9 warnings
🛂 Lint PR title
No release type found in pull request title "🚀 Release mad packages". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/
Available types:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- chore: Other changes that don't modify src or test files
- revert: Reverts a previous commit
|
👁️ 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/skia-draw/src/premades/ImageMarkup/EDSControlPanel/EDSControlPanel.tsx#L1
'KeyboardAvoidingView' is defined but never used
|
👁️ 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/Progress/ProgressStatusLine.tsx#L20
React Hook useEffect has missing dependencies: 'animatedProgress' and 'token.timing.animation.slow'. Either include them or remove the dependency array
|
👁️ 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
|