Skip to content

feat: frontend map pins #1913

feat: frontend map pins

feat: frontend map pins #1913

Triggered via pull request November 22, 2024 22:01
Status Success
Total duration 3m 8s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
run-linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run-linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-linters: sites/partners/__tests__/testUtils.tsx#L27
Unexpected any. Specify a different type
run-linters: sites/partners/src/components/applications/PaperApplicationForm/sections/FormDemographics.tsx#L54
React Hook useMemo has a missing dependency: 'formValues?.race'. Either include it or remove the dependency array
run-linters: sites/partners/src/components/listings/ListingFormActions.tsx#L843
React Hook useMemo has missing dependencies: 'isListingApprovalEnabled', 'isListingCopier', 'listingJurisdiction?.publicUrl', 'profile?.userRoles.isAdmin', 'profile?.userRoles.isJurisdictionalAdmin', 'profile?.userRoles.isLimitedJurisdictionalAdmin', 'profile?.userRoles.isPartner', 'setErrorAlert', 'showCopyListingDialog', and 'showSaveBeforeExitDialog'. Either include them or remove the dependency array. If 'showSaveBeforeExitDialog' changes too often, find the parent component that defines it and wrap that definition in useCallback
run-linters: sites/partners/src/components/listings/PaperListingForm/index.tsx#L270
React Hook useCallback has a missing dependency: 'setListingName'. Either include it or remove the dependency array. If 'setListingName' changes too often, find the parent component that defines it and wrap that definition in useCallback
run-linters: sites/partners/src/lib/helpers.ts#L179
Unexpected any. Specify a different type
run-linters: sites/partners/src/lib/helpers.ts#L199
Unexpected any. Specify a different type
run-linters: sites/partners/src/lib/hooks.ts#L160
React Hook useCallback has missing dependencies: 'addToast' and 'listingsService'. Either include them or remove the dependency array
run-linters: sites/partners/src/lib/hooks.ts#L582
React Hook useCallback has missing dependencies: 'addToast', 'applicationsService', 'forLottery', 'includeDemographics', 'listingId', and 'lotteryService'. Either include them or remove the dependency array