Skip to content

Commit

Permalink
Update src/utils/rulesYaml.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Barrow <[email protected]>
  • Loading branch information
Dan O'Brien and ldhenry authored Feb 6, 2024
1 parent 0f0d864 commit 954e966
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions src/utils/rulesYaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,37 +118,3 @@ const schema = {
],
};

// const schema = {
// type: 'object',
// properties: {
// targets: {
// type: 'array',
// items: {
// type: 'object',
// properties: {
// name: {
// type: 'string',
// },
// values: {
// anyOf: [
// {
// type: 'string',
// },
// {
// type: 'array',
// items: {
// type: 'string',
// },
// },
// ],
// },
// contextKind: {
// type: 'string',
// },
// },
// required: ['name', 'values'],
// },
// },
// },
// required: ['targets'],
// };

0 comments on commit 954e966

Please sign in to comment.