-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
P1Fix Soon: High priority items that should be considered in the next Sprint planning cycleFix Soon: High priority items that should be considered in the next Sprint planning cyclebugSomething isn't workingSomething isn't working
Description
The license
rule has the following configuration:
properties:
license_type:
type: string
description: |
The license type to look for.
For example, Apache, MIT, etc.
Leave "" to only check for the presence of the license file.
required:
- license_filename
- license_type
This field should not be required. Users should be able to omit the license_type
and have it behave as if an empty string were specified.
This is especially important for programmatic parsing / understanding of this structure.
Metadata
Metadata
Assignees
Labels
P1Fix Soon: High priority items that should be considered in the next Sprint planning cycleFix Soon: High priority items that should be considered in the next Sprint planning cyclebugSomething isn't workingSomething isn't working