Skip to content

Customize License check string #56

@skumar6

Description

@skumar6

License could have different formats. For Instance, instead of string "copyright" some licenses just has "(c)". As of now this plugin just checks for string "copyright".

return bytes.Contains(bytes.ToLower(b[:n]), []byte("copyright")) ||

it would be nice to have customize checks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions