Skip to content

Commit

Permalink
jquery exclusion rule (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-privado authored Oct 15, 2024
1 parent 23c715f commit 6c213d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/exclusions/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ exclusions:
name: Exclude file which cannot be read
patterns:
- "<empty>|<unknownFullName>"

- id: Exclusions.JQuery
name: Exclude JQuery Folder
patterns:
- ".*(jquery).*([.]js).*"

0 comments on commit 6c213d9

Please sign in to comment.