Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 9, 2024
1 parent 9ffe848 commit 4a52947
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ const ROOT = resolve(__dirname, '..');
),
options: {
includeLabels: ['serverless'],
prototypeDocument: join(
ROOT,
'docs/openapi/exceptions_prototype_serverless.yaml'
),
prototypeDocument: join(ROOT, 'docs/openapi/exceptions_prototype_serverless.yaml'),
},
});

Expand All @@ -37,10 +34,7 @@ const ROOT = resolve(__dirname, '..');
),
options: {
includeLabels: ['ess'],
prototypeDocument: join(
ROOT,
'docs/openapi/exceptions_prototype_ess.yaml'
),
prototypeDocument: join(ROOT, 'docs/openapi/exceptions_prototype_ess.yaml'),
},
});
})();
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ const ROOT = resolve(__dirname, '..');
),
options: {
includeLabels: ['serverless'],
prototypeDocument: join(
ROOT,
'docs/openapi/lists_prototype_serverless.yaml'
),
prototypeDocument: join(ROOT, 'docs/openapi/lists_prototype_serverless.yaml'),
},
});

Expand All @@ -37,10 +34,7 @@ const ROOT = resolve(__dirname, '..');
),
options: {
includeLabels: ['ess'],
prototypeDocument: join(
ROOT,
'docs/openapi/lists_prototype_ess.yaml'
),
prototypeDocument: join(ROOT, 'docs/openapi/lists_prototype_ess.yaml'),
},
});
})();
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ const ROOT = resolve(__dirname, '../..');
),
options: {
includeLabels: ['serverless'],
prototypeDocument: join(
ROOT,
'docs/openapi/detections_prototype_serverless.yaml'
),
prototypeDocument: join(ROOT, 'docs/openapi/detections_prototype_serverless.yaml'),
},
});

Expand All @@ -35,10 +32,7 @@ const ROOT = resolve(__dirname, '../..');
),
options: {
includeLabels: ['ess'],
prototypeDocument: join(
ROOT,
'docs/openapi/detections_prototype_ess.yaml'
),
prototypeDocument: join(ROOT, 'docs/openapi/detections_prototype_ess.yaml'),
},
});
})();

0 comments on commit 4a52947

Please sign in to comment.