-
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.
- Loading branch information
Alexander Kamushkin
committed
Sep 19, 2023
1 parent
39e5dc4
commit 7209ea8
Showing
9 changed files
with
19 additions
and
281 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
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
5 changes: 5 additions & 0 deletions
5
its/ruling/src/test/expected/js/file-for-rules/javascript-S6766.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"file-for-rules:S6766.js": [ | ||
5 | ||
] | ||
} |
5 changes: 0 additions & 5 deletions
5
its/ruling/src/test/expected/js/fireact/javascript-S6766.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
its/ruling/src/test/expected/js/javascript-test-sources/javascript-S6766.json
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
its/ruling/src/test/expected/ts/console/typescript-S6766.json
This file was deleted.
Oops, something went wrong.
136 changes: 0 additions & 136 deletions
136
its/ruling/src/test/expected/ts/desktop/typescript-S6766.json
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
its/ruling/src/test/expected/ts/eigen/typescript-S6766.json
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import React from 'react'; | ||
function MyComponent(){ | ||
return ( | ||
<div> | ||
Click here -> {/* Noncompliant: > can be escaped with > */} | ||
</div> | ||
); | ||
} |