From e3b79b735871f8eedb36119c07070d8b9d41c391 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Sat, 6 Aug 2022 13:45:07 -0400 Subject: [PATCH] Disable proselint and remove unused link --- .mega-linter.yml | 2 +- CONTRIBUTING.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index 1186a9d..adcd335 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -1,5 +1,5 @@ --- -DISABLE_LINTERS: [SPELL_CSPELL] +DISABLE_LINTERS: [SPELL_CSPELL, SPELL_PROSELINT] GITHUB_STATUS_REPORTER: false PRINT_ALPACA: false YAML_PRETTIER_FILE_EXTENSIONS: [.yml, .md] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea77928..7e3ea80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,6 @@ All links should be in the [reference style][], with references at the bottom of [`fish --no-execute`]: https://fishshell.com/docs/current/cmds/fish.html [`fish_indent`]: https://fishshell.com/docs/current/cmds/fish_indent.html [clownfish]: https://github.com/IlanCosman/clownfish -[code of conduct]: CODE_OF_CONDUCT.md [littlecheck]: https://github.com/ridiculousfish/littlecheck [mega-linter]: https://github.com/nvuillam/mega-linter [prettier]: https://github.com/prettier/prettier