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

Test #232

Closed
wants to merge 1 commit into from
Closed

Test #232

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
pull_request:
branches:
- master
paths:
- "lib/**.ts"
- ".github/workflows/codeql-analysis.yml"
schedule:
- cron: '37 8 * * 2'

Expand Down
2 changes: 2 additions & 0 deletions lib/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
export * from './detectors/k8sdetector.mjs';
export * from './detectors/osdetector.mjs';
export * from './detectors/packagejsondetector.mjs';

const a = 2;

Check warning on line 6 in lib/index.mts

View workflow job for this annotation

GitHub Actions / Build and test (Node LTS)

'a' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check failure on line 6 in lib/index.mts

View workflow job for this annotation

GitHub Actions / Build and test (Node LTS)

'a' is declared but its value is never read.

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable a.
Loading