Skip to content

Commit

Permalink
Merge pull request #83 from newrelic/68_improve_schema_check_output_v2
Browse files Browse the repository at this point in the history
improve schema check output & add tests
  • Loading branch information
moonlight-komorebi authored Jun 29, 2021
2 parents 6b98ebf + 653c618 commit a0d874f
Show file tree
Hide file tree
Showing 7 changed files with 513 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Before submitting an Issue, please search for similar ones in the
3. Ensure that all status checks are passing.
4. You may merge the Pull Request in once you have the sign-off of one other developer, or if you do not have permission to do that, you may request the reviewer to merge it for you.

### Status Checks

#### Schema Validation

One of the required checks is ensuring that submitted packs and their components are valid. To be valid, a configuration file needs to have all required fields filled out, with all fields having appropriate values. The schemas for those checks live in [utils/schemas](./utils/schemas).

## Using Conventional Commits

Please help the maintainers by leveraging the following [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/)
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a0d874f

Please sign in to comment.