Skip to content

Commit

Permalink
add linter ignores for integration.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik-rishi committed May 1, 2024
1 parent ddc2d2f commit 5327cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.exclusions=test/integration.test.js
1 change: 1 addition & 0 deletions test/integration.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable sonarjs/no-duplicate-string */
const path = require('path');
const Generator = require('@asyncapi/generator');
const { readFile } = require('fs').promises;
Expand Down

0 comments on commit 5327cf1

Please sign in to comment.