Skip to content

Commit

Permalink
Ignore owasp generate reports directory for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1211 committed Jan 18, 2024
1 parent 1c55908 commit 14d1ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ tests/backstop/*
coverage/*
package-lock.json
package.json
reports/*
1 change: 1 addition & 0 deletions tests/linters/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
parserOptions: {
requireConfigFile: false
},
ignorePatterns: ['reports/*'],
env: {
browser: true,
node: true,
Expand Down

0 comments on commit 14d1ec3

Please sign in to comment.