Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FORMATTERS_DISABLE_ERRORS: false
# If you use ENABLE variable, all other languages/formats/tooling-formats will
# be disabled by default
ENABLE:
# - COPYPASTE
- COPYPASTE
- EDITORCONFIG
- JSON
- MARKDOWN
Expand Down
2 changes: 2 additions & 0 deletions ajv/tests/test_questionnaire_validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe("AJV api status", () => {
});
});
});
// jscpd:ignore-start
describe("AJV schema Validator", () => {
describe("POST /validate", () => {
it("test_invalid_block_type", (done) => {
Expand Down Expand Up @@ -59,6 +60,7 @@ describe("AJV schema Validator", () => {
});
});
});
// jscpd:ignore-end
function isError(err) {
if (err) {
throw new Error("Unable to execute test case");
Expand Down
Loading