Use .mega-linter.yml file, disable GITHUB_STATUS_REPORTER

This commit is contained in:
Ilan Cosman 2021-11-28 21:08:56 -08:00
parent 9fe3b052a0
commit fb8ece30ab
No known key found for this signature in database
GPG Key ID: 433E1C8F3C69B815
2 changed files with 4 additions and 2 deletions

View File

@ -63,5 +63,3 @@ jobs:
- uses: megalinter/megalinter/flavors/documentation@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_LINTERS: SPELL_CSPELL
PRINT_ALPACA: false

4
.mega-linter.yml Normal file
View File

@ -0,0 +1,4 @@
---
DISABLE_LINTERS: [SPELL_CSPELL]
GITHUB_STATUS_REPORTER: false
PRINT_ALPACA: false