-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coho audit-license-headers issues in cordova-fetch #35
Comments
spec/support/dummy-local-plugin/plugin.xml (copied from cordova-plugin-device)
.ratignore cover artifacts in spec/support/repo-name-neq-plugin-id.git
I always wondered what these .ratignore files were doing. A quick search only told me that it was used by some Apache software. Could you enlighten me @brodybits? So that hopefully, next time I know which new files to add to it. |
One of the steps to making a release according to cordova-coho docs is to do |
I see. Thank you very much for the insights! |
to ignore artifacts in spec/support/repo-name-neq-plugin-id.git
spec/support/dummy-local-plugin/plugin.xml (copied from cordova-plugin-device)
to ignore artifacts in spec/support/repo-name-neq-plugin-id.git
spec/support/dummy-local-plugin/plugin.xml (copied from cordova-plugin-device)
spec/support/dummy-local-plugin/plugin.xml (copied from cordova-plugin-device)
Migrated from https://issues.apache.org/jira/browse/CB-14256:
coho audit-license-headers -r fetch
uncovered the following text files without a valid license header:spec/support/dummy-local-plugin/plugin.xml
spec/support/repo-name-neq-plugin-id.git/HEAD
spec/support/repo-name-neq-plugin-id.git/config
spec/support/repo-name-neq-plugin-id.git/refs/heads/master
On the
1.3.x
branch this issue only shows up inspec/support/dummy-local-plugin/plugin.xml
at this time.Recommended solution is to add standard header to
spec/support/dummy-local-plugin/plugin.xml
and add the other files to.ratignore
.The text was updated successfully, but these errors were encountered: