Skip to content

Commit 6079e89

Browse files
Add false positive license rules
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 0651d8c commit 6079e89

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20180204
4+
---
5+
6+
PRESERVE, // same as license
7+
PRIVATE,
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20180204
4+
---
5+
6+
// So once a child scope is created, this flow scope may not be modified.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
is_false_positive: yes
3+
notes: seen in repo1.maven.org/maven2/com/google/javascript/closure-compiler/v20180204
4+
---
5+
6+
other.license = license;

0 commit comments

Comments
 (0)