You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit does these things:
* Add rudimentary detection of EUPL-* licenses
* Add logging statements throughout the action to make it debuggable
should some license not be properly detected
* Fix a bug with SPDX header detection in existing files
To expand on the last point - previously, the header detection
didn't have multiline matching enabled on its regex, which meant
that any file having any lines other than the SPDX header wasn't
detected as actually having a header. That's a bit bad, since presumably
there would be actual source code following that header.
@warn"A license was found, but could not be identified! Consider adding its licence identifier once to a file manually so that LanguageServer.jl can find it automatically next time." Location=first(candidate_files)
0 commit comments