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
But, it getting the error for readme. I think that would be enough. After the user makes the readme, it will take the license problem. I think there is no problem with that. But do you think then is important to warn the license issue as well in one step then?
When there is no readme file, "no_license" is not triggered even when there is no "License" header in plugin main file.
This is happening because license check is under
Plugin_Readme_Check
. May be we should separate license check for plugin header and readme file.Check
Plugin_Header_Fields_Check
should be better place for License plugin header check.Also same error code
no_license
is used for missing license in readme and plugin header which is confusing.The text was updated successfully, but these errors were encountered: