Skip to content

.. i forgot what i all changed. Some stuff probably.

Sign in for the full log view
GitHub Actions / Qodana for JS completed Sep 17, 2024 in 0s

13 new problems found by Qodana for JS

Qodana for JS

13 new problems were found

Inspection name Severity Problems
ESLint 🔶 Warning 5
Unused local symbol 🔶 Warning 4
Unused import 🔶 Warning 3
Signature mismatch ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 22 in app/locations/(tabs)/share.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused  
import { Switch } from '\~/components/ui/switch'

Check warning on line 23 in app/locations/(tabs)/share.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { Label } from '\~/components/ui/label'

Check warning on line 1 in app/user/(stacks)/index.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier useCallback

Check warning on line 1 in app/user/(stacks)/index.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: 'useCallback' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 30 in app/locations/(tabs)/share.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: 'preciseLocation' is assigned a value but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 128 in app/gallery/(stacks)/index.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: 'loadMore' is assigned a value but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 23 in app/locations/(tabs)/share.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: 'Label' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 22 in app/locations/(tabs)/share.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: 'Switch' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 8 in metro.config.js

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Signature mismatch

Argument type InputConfigT is not assignable to parameter type ComposableIntermediateConfigT

Check warning on line 512 in app/_layout.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter remoteMessage

Check warning on line 30 in app/locations/(tabs)/share.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant preciseLocation

Check warning on line 82 in app/_layout.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter data

Check warning on line 128 in app/gallery/(stacks)/index.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant loadMore