Skip to content

edit readme

edit readme #13

GitHub Actions / Qodana for JS completed Apr 20, 2024 in 0s

98 new problems found by Qodana for JS

Qodana for JS

98 new problems were found

Inspection name Severity Problems
Check dependency licenses 🔴 Failure 3
Unused import 🔶 Warning 21
Pointless statement or boolean expression 🔶 Warning 20
Check dependency licenses 🔶 Warning 11
Unused local symbol 🔶 Warning 11
Referenced UMD global variable ◽️ Notice 20
Missing await for an async function call ◽️ Notice 3
Deprecated symbol used ◽️ Notice 3
Result of method call returning a promise is ignored ◽️ Notice 3
Signature mismatch ◽️ Notice 2
Redundant type arguments ◽️ 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 52 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'wcwidth' ('1.0.1') 'MIT-SYNOPSYS' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check warning on line 55 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'xdate' ('0.8.2') 'AGPL-1.0-only' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check failure on line 47 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'lightningcss' ('1.22.0') 'MPL-2.0' license is in the prohibited licenses list with project license 'MIT'

Check failure on line 47 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'lightningcss-linux-x64-musl' ('1.22.0') 'MPL-2.0' license is in the prohibited licenses list with project license 'MIT'

Check failure on line 47 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'lightningcss-linux-x64-gnu' ('1.22.0') 'MPL-2.0' license is in the prohibited licenses list with project license 'MIT'

Check warning on line 32 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'password-prompt' ('1.1.3') '0BSD' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check warning on line 28 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'tslib' ('2.4.0') '0BSD' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check warning on line 32 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'node-forge' ('1.3.1') 'AGPL-1.0-only' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check warning on line 52 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'readline' ('1.3.0') licenses cannot be recognized

Check warning on line 41 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: '@zxing/text-encoding' ('0.9.0') 'Unlicense' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check warning on line 32 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'rc' ('1.2.8') 'BSD-2-Clause-Views' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check warning on line 32 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'big-integer' ('1.6.52') 'Unlicense' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check warning on line 59 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'caniuse-lite' ('1.0.30001606') 'CC-BY-4.0' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check warning on line 32 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Check dependency licenses

Transitive dependency: 'argparse' ('2.0.1') 'Python-2.0.1' is not in the allowed or the prohibited licenses lists with project license 'MIT'

Check notice on line 157 in app/_layout.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing await for an async function call

Missing await for an async function call

Check notice on line 158 in app/_layout.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing await for an async function call

Missing await for an async function call

Check notice on line 163 in app/_layout.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing await for an async function call

Missing await for an async function call

Check warning on line 4 in app/(tabs)/components/primitives.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused  
import { Button } from '\~/components/ui/button'

Check warning on line 7 in app/(tabs)/components/primitives.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { cn } from '\~/lib/utils'

Check warning on line 9 in app/(tabs)/components/index.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { cn } from '\~/lib/utils'

Check warning on line 8 in app/(tabs)/components/index.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { Text } from '\~/components/ui/text'

Check warning on line 6 in app/(tabs)/components/primitives.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { Text } from '\~/components/ui/text'

Check warning on line 6 in app/(tabs)/components/index.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused  
import { Button } from '\~/components/ui/button'

Check warning on line 1 in app/gallery/viewer.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier FlatList

Check warning on line 4 in app/gallery/index.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import { database } from '\~/lib/appwrite'