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
Describe the bug
License headers are not checked in frontend/src directory. Furthermore the license header's content isn't checked against the configured settings (like inception year)
Expected behavior
The license headers for files in frontend/src directory are checked.
@sjahreis I just released a new version 3.3.0.
I didn't add target/generated-sources ... maybe you still want to add it if you need it?
Also, I needed to exclude the frontend Application.kt file because the license plugin added the header in a wrong location due to some redux code it cannot deal with.
@weickmanna That already happened in some of my files as well. You can manually fix the position of the license header and it will be accepted that way by the plugin.
Describe the bug
License headers are not checked in
frontend/src
directory. Furthermore the license header's content isn't checked against the configured settings (like inception year)Expected behavior
frontend/src
directory are checked.Fix
Already fixed using the following snippet:
The text was updated successfully, but these errors were encountered: