Feature/resolver #2040
auto-fix-lint-format-commit.yml
on: pull_request_target
auto-fix
1m 33s
Annotations
10 warnings
auto-fix:
apps/mobile/native/example/App.tsx#L10
Inline style: { height: 1000, backgroundColor: 'red' }
|
auto-fix:
apps/mobile/src/components/common/BlurEffect.tsx#L8
Inline style: { overflow: 'hidden', backgroundColor: 'transparent' }
|
auto-fix:
apps/mobile/src/components/common/BlurEffect.tsx#L23
Inline style: { overflow: 'hidden', backgroundColor: 'transparent' }
|
auto-fix:
apps/mobile/src/components/common/CopyButton.tsx#L88
Classname 'bg-gray-4' is not a Tailwind CSS class!
|
auto-fix:
apps/mobile/src/components/common/HeaderTitleExtra.tsx#L40
Classname 'text-text/50' is not a Tailwind CSS class!
|
auto-fix:
apps/mobile/src/components/common/RefreshControl.tsx#L40
React Hook React.useEffect has a missing dependency: 'rotation'. Either include it or remove the dependency array
|
auto-fix:
apps/mobile/src/components/common/RefreshControl.tsx#L51
Inline style: { opacity: 'pullProgress > 0 ? 1 : 0' }
|
auto-fix:
apps/mobile/src/components/common/SubmitButton.tsx#L31
React Hook useEffect has a missing dependency: 'disabledValue'. Either include it or remove the dependency array
|
auto-fix:
apps/mobile/src/components/common/SwipeableItem.tsx#L84
Do not use Array index as 'key'
|
auto-fix:
apps/mobile/src/components/common/SwipeableItem.tsx#L134
Do not use Array index as 'key'
|