Skip to content

Commit fae4633

Browse files
committed
[megalinter] configure megalinter
[megalinter] configure megalinter
1 parent db80060 commit fae4633

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/megalinter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: fluentci-io/setup-fluentci@v4
1616
- name: Run Dagger Pipelines
1717
run: |
18+
cp -r ../.git .
1819
deno run -A src/dagger/list_jobs.ts
1920
dagger functions
2021
dagger call lint --src examples

megalinter/examples/.mega-linter.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ APPLY_FIXES: all
1212

1313
# If you use ENABLE_LINTERS variable, all other linters will be disabled by
1414
# default
15-
# ENABLE_LINTERS:
15+
ENABLE_LINTERS:
16+
- ANSIBLE_ANSIBLE_LINT
17+
- MARKDOWN_MARKDOWNLINT
1618

17-
# DISABLE:
18-
# - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
19-
# - SPELL # Uncomment to disable checks of spelling mistakes
19+
DISABLE:
20+
- COPYPASTE # Uncomment to disable checks of excessive copy-pastes
21+
- SPELL # Uncomment to disable checks of spelling mistakes
2022

2123
SHOW_ELAPSED_TIME: true
2224

2325
FILEIO_REPORTER: true
24-
2526
# Uncomment if you want MegaLinter to detect errors but not block CI to pass
2627
# DISABLE_ERRORS: true

0 commit comments

Comments
 (0)