Skip to content

Fix pen tilt angle calculation #3657

Fix pen tilt angle calculation

Fix pen tilt angle calculation #3657

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Qodana for JS completed Sep 2, 2023 in 0s

28 new problems found by Qodana for JS

for JS

9 new problems were found

Inspection name Severity Problems
Missed locally stored library for HTTP link 🔶 Warning 9
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Dependencies licenses

Third-party software list

This page lists the third-party software dependencies used in project

Dependency Version Licenses
@fortawesome/fontawesome-free 6.4.0 OFL-1.1-no-RFN
@popperjs/core 2.11.8 MIT
bootstrap 5.3.0 MIT
vue 2.6.12 MIT
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 1219 in src_assets/common/assets/web/config.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Regular expression can be simplified

`[\d]` can be simplified to '\\d'

Check notice on line 1219 in src_assets/common/assets/web/config.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Regular expression can be simplified

`[\d]` can be simplified to '\\d'

Check warning on line 77 in src_assets/common/assets/web/header.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 28 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 30 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 32 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 34 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 35 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 399 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 402 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 404 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 406 in gh-pages-template/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missed locally stored library for HTTP link

Missed locally stored library for HTTP link

Check warning on line 1151 in src_assets/common/assets/web/config.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused local variable app

Check warning on line 284 in src_assets/common/assets/web/apps.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused local variable i

Check warning on line 425 in src_assets/common/assets/web/apps.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused parameter $event

Check notice on line 1082 in src_assets/common/assets/web/config.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Referenced UMD global variable

Referenced UMD global variable

Check notice on line 341 in src_assets/common/assets/web/apps.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Referenced UMD global variable

Referenced UMD global variable

Check notice on line 347 in src_assets/common/assets/web/apps.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Referenced UMD global variable

Referenced UMD global variable

Check notice on line 78 in src_assets/common/assets/web/index.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Referenced UMD global variable

Referenced UMD global variable

Check notice on line 63 in src_assets/common/assets/web/welcome.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Referenced UMD global variable

Referenced UMD global variable

Check notice on line 81 in src_assets/common/assets/web/password.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Referenced UMD global variable

Referenced UMD global variable

Check notice on line 82 in src_assets/common/assets/web/troubleshooting.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Referenced UMD global variable

Referenced UMD global variable

Check warning on line 409 in src_assets/common/assets/web/apps.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Equality operator may cause type coercion

Comparison r.status == 200 may cause unexpected type coercion

Check warning on line 510 in src_assets/common/assets/web/apps.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Equality operator may cause type coercion

Comparison r.status == 200 may cause unexpected type coercion

Check warning on line 86 in src_assets/common/assets/web/welcome.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Equality operator may cause type coercion

Comparison r.status == 200 may cause unexpected type coercion