diff --git a/tools/check.py b/tools/check.py
index 538459089c88986b70c722f31b99622a8f5d977d..23df9ad5e4d6adcabe9132574b2967675479eb7d 100755
--- a/tools/check.py
+++ b/tools/check.py
@@ -671,7 +671,8 @@ LESSON_TEMPLATES = {"index": (IndexPageValidator, "^index"),
                     "discussion": (DiscussionPageValidator, "^discussion")}
 
 # List of files in the lesson directory that should not be validated at all
-SKIP_FILES = ("DESIGN.md", "FAQ.md", "LAYOUT.md", "README.md")
+SKIP_FILES = ("CONDUCT.md", "CONTRIBUTING.md",
+              "DESIGN.md", "FAQ.md", "LAYOUT.md", "README.md")
 
 
 def identify_template(filepath):