lesson_check.py: remove _config.yml from the list of required files
authorAlex Whan <alexwhan@gmail.com>
Wed, 6 Feb 2019 05:26:04 +0000 (16:26 +1100)
committerMaxim Belkin <maxim.belkin@gmail.com>
Wed, 6 Feb 2019 05:26:04 +0000 (23:26 -0600)
Pull Request: carpentries/styles#388

bin/lesson_check.py

index 78d78b2dfbf5f013da7ed074379f0a5d83ca5f86..84c28f37c5300fea1e065f1be06196b60cc4db7f 100755 (executable)
@@ -35,7 +35,6 @@ REQUIRED_FILES = {
     '%/README.md': False,
     '%/_extras/discuss.md': True,
     '%/_extras/guide.md': True,
-    '%/_config.yml': True,
     '%/index.md': True,
     '%/reference.md': True,
     '%/setup.md': True,