breautek commented on PR #288:
URL:
https://github.com/apache/cordova-plugin-statusbar/pull/288#issuecomment-4751823946
Based on:
```
{
"unknown": 4,
"unapproved": 4,
"done": true,
"files": [
"/.gitattributes",
"/.gitignore",
"/.npmignore",
Exception in thread "main"
org.apache.rat.document.RatDocumentAnalysisException: Issues with UNAPPROVED
at org.apache.rat.Report.main(Report.java:53)
"/types/index.d.ts"
]
}
```
I believe its flagging
https://github.com/apache/cordova-plugin-statusbar/blob/master/types/index.d.ts
Which that actually comes from DefinitelyTyped so we don't own the
copyright, or so I believe anyway. With that being said,
[DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/cordova-plugin-statusbar)
doesn't seem to have their own typings over there.
In the context of this PR, this isn't causing the violation so I wouldn't
consider it a blocker for this PR. It's just something we should resolve before
we make a release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]