Brightspace / d2l-license-checker

Simple tool to continuously check for D2L accepted licenses of all npm dependencies in a project.
4 stars 2 forks source link

Licence check the tool itself #41

Closed neverendingqs closed 7 years ago

neverendingqs commented 7 years ago

We are currently listed as ISC, but we should run this tool against itself in Travis to avoid introducing any dependencies that aren't compatible with ISC.

zommerfelds commented 6 years ago

This is already done in the test.

it('self test', () => {
    assert.equal(checkProject('.'), 0);
});

Not sure why we need both.

zommerfelds commented 6 years ago

I created https://github.com/Brightspace/license-checker-ci/pull/65 to change something that seemed weird to me. But maybe we want to get rid of it completely. (Or remove the test case)