Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/migrate nexti18next to nextintl #1967

Merged
merged 82 commits into from
Apr 19, 2024

refactor: removes instances of destructuring of `router` for code rea…

d24c1f5
Select commit
Loading
Failed to load commit list.
Merged

Feature/migrate nexti18next to nextintl #1967

refactor: removes instances of destructuring of `router` for code rea…
d24c1f5
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Mar 20, 2024 in 3s

12 issues fixed. 12 issues found.

Annotations

Check notice on line 2 in pages/sites/[slug]/[locale]/profile/redeem/[code].tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

pages/sites/[slug]/[locale]/profile/redeem/[code].tsx#L2

'FC' is defined but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 44 in pages/sites/[slug]/[locale]/home.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

pages/sites/[slug]/[locale]/home.tsx#L44

'redirect' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 37 in pages/sites/[slug]/[locale]/all.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

pages/sites/[slug]/[locale]/all.tsx#L37

'redirect' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check warning on line 187 in src/utils/apiRequests/api.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/utils/apiRequests/api.ts#L187

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 37 in src/features/common/Layout/QueryParamsContext.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/common/Layout/QueryParamsContext.tsx#L37

'setLanguage' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 39 in pages/sites/[slug]/[locale]/t/[id].tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

pages/sites/[slug]/[locale]/t/[id].tsx#L39

'token' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 512 in src/features/user/ManageProjects/components/DetailedAnalysis.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/user/ManageProjects/components/DetailedAnalysis.tsx#L389-L512

Complex Method

Check notice on line 138 in pages/_app.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

pages/_app.tsx#L113-L138

Complex Method

Check notice on line 65 in i18n.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

i18n.ts#L65

'IntlMessages' is not defined. (no-undef)

Check notice on line 310 in src/features/user/ManageProjects/components/BasicDetails.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/user/ManageProjects/components/BasicDetails.tsx#L249-L310

Complex Method

Check notice on line 32 in src/features/common/Layout/QueryParamsContext.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/common/Layout/QueryParamsContext.tsx#L32

'tenantSupportedLocale' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 159 in src/features/common/Layout/Navbar/index.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/common/Layout/Navbar/index.tsx#L150-L159

Complex Method