contest icon indicating copy to clipboard operation
contest copied to clipboard

Fix license checks for non-go files

Open mimir-d opened this issue 4 years ago • 0 comments

Issue by insomniacslk Thursday Dec 03, 2020 at 21:20 GMT Originally opened as https://github.com/facebookincubator/contest/issues/192


As noted in https://github.com/facebookincubator/contest/pull/188 our CI doesn't detect correctly when non-go files are missing the copyright header. Specifically, despite adding *.sql to the configuration of checklicenses, it always reports success, even when the license header is missing or wrong.

mimir-d avatar Oct 28 '21 23:10 mimir-d