-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclusion filter should exclude only JS/TS files and patterns should …
…work only on relative path (#2615) * Match exclude patterns only on relative path of input file * Remove **/build/** pattern * Exclude only JS/TS files * update ruling * update docs
- Loading branch information
Showing
83 changed files
with
1,130 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
its/ruling/src/test/expected/js/jquery/javascript-S106.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
its/ruling/src/test/expected/js/jquery/javascript-S1117.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
'jquery:build/tasks/build.js':[ | ||
95, | ||
], | ||
'jquery:src/ajax.js':[ | ||
73, | ||
77, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
'jquery:build/release/cdn.js':[ | ||
52, | ||
], | ||
'jquery:src/ajax.js':[ | ||
101, | ||
231, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
{ | ||
'jquery:build/tasks/build.js':[ | ||
95, | ||
130, | ||
150, | ||
], | ||
'jquery:src/ajax.js':[ | ||
237, | ||
265, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
'jquery:Gruntfile.js':[ | ||
3, | ||
], | ||
'jquery:build/tasks/build.js':[ | ||
9, | ||
], | ||
'jquery:src/ajax.js':[ | ||
382, | ||
], | ||
|
Oops, something went wrong.