diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-04-17 15:56:10 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-06 13:39:36 -0600 |
commit | 9442482d091cd4fabd760797aa9455f96e5abbb6 (patch) | |
tree | cc493a8f5d77169ec1af759b3b0eb467a49e9a2d /config/license_finder.yml | |
parent | b51b14507c06ed898ae4a63ffda0e84ca40342d3 (diff) | |
download | gitlab-ce-9442482d091cd4fabd760797aa9455f96e5abbb6.tar.gz |
Add some gems' licenses not caught by License Finder.
Also add License Finder to CI (only runs on master).
Diffstat (limited to 'config/license_finder.yml')
-rw-r--r-- | config/license_finder.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/license_finder.yml b/config/license_finder.yml new file mode 100644 index 00000000000..d641563719f --- /dev/null +++ b/config/license_finder.yml @@ -0,0 +1,2 @@ +--- +decisions_file: './config/.decisions.yml' |