Skip to content

Commit

Permalink
Changes linter.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
agustingroh committed Dec 19, 2024
1 parent bf275ec commit cae518a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ lib/
dist/
node_modules/
coverage/

2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
VALIDATE_JSCPD: false
VALIDATE_MARKDOWN: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_JSON: true
SUPPRESS_FILE_TYPE_WARN: true # Add this line
6 changes: 3 additions & 3 deletions __tests__/copyleft-argument-builder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('CopyleftArgumentBuilder', () => {
'run',
'-v',
'scanoss:/scanoss',
'ghcr.io/scanoss/scanoss-py:v1.18.0',
RUNTIME_CONTAINER,
'inspect',
'copyleft',
'--input',
Expand All @@ -48,7 +48,7 @@ describe('CopyleftArgumentBuilder', () => {
'run',
'-v',
'scanoss:/scanoss',
'ghcr.io/scanoss/scanoss-py:v1.18.0',
RUNTIME_CONTAINER,
'inspect',
'copyleft',
'--input',
Expand All @@ -68,7 +68,7 @@ describe('CopyleftArgumentBuilder', () => {
'run',
'-v',
'scanoss:/scanoss',
'ghcr.io/scanoss/scanoss-py:v1.18.0',
RUNTIME_CONTAINER,
'inspect',
'copyleft',
'--input',
Expand Down

0 comments on commit cae518a

Please sign in to comment.