-
Notifications
You must be signed in to change notification settings - Fork 414
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
Showing
1,248 changed files
with
37,080 additions
and
21,714 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# -*- sh -*- | ||
# gitignore-like file for Codemap (see https://github.com/aryx/codemap) | ||
# The goal here is to just show and count the rules in codemap | ||
|
||
# skipping all files, targets and rules (but rules will be restored below) | ||
[a-z]*/**/*.* | ||
|
||
# restore directories which are not languages | ||
# coupling: see scripts/run-test rule_folders variable | ||
!libsonnet/ | ||
!scripts/ | ||
!stats/ | ||
|
||
# do not skip the rules | ||
![a-z]*/**/*.yaml | ||
|
||
# pad stuff | ||
/TODO/ |
Validating CODEOWNERS rules …
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,9 +0,0 @@ | ||
## plan to remove by Nov, 15th, 2022. Ask Drew for more questions or before making changes | ||
|
||
typescript/react/security/audit/react-dangerouslysetinnerhtml.yaml @LewisArdern | ||
typescript/react/security/audit/react-missing-noreferrer.yaml @LewisArdern | ||
typescript/react/security/audit/react-unsanitized-method.yaml @LewisArdern | ||
typescript/react/security/audit/react-unsanitized-property.yaml @LewisArdern | ||
typescript/react/security/audit/react-http-leak.yaml @LewisArdern | ||
typescript/react/security/audit/react-href-var.yaml @LewisArdern | ||
typescript/react/security/react-insecure-request.yaml @LewisArdern | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.