Details
Diff Detail
- Repository
- rCOMM Comm
- Branch
- add-fcm-crate
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Noticed that questions about dependency licenses have come up a few times.
It looks like it could be possible to automate some of this with various tools we could add to CI.
EG for NPM: https://www.npmjs.com/package/license-checker
For Rust: https://github.com/onur/cargo-license, https://embarkstudios.github.io/cargo-deny/checks/licenses/index.html
This probably wouldn't guarantee anything, but might be a good first pass to eliminate dependencies with licenses we know for certain we want to avoid.
It's MIT https://crates.io/crates/fcm, but we should probably set up a check.
Yes, seems we are ok with it.
It looks like it could be possible to automate some of this with various tools we could add to CI.
For Rust: https://github.com/onur/cargo-license, https://embarkstudios.github.io/cargo-deny/checks/licenses/index.html
That would be a good idea!