Commit 59d977c6 authored by Andy Boughton's avatar Andy Boughton
Browse files

Ignore conduct.md and contributing.md. Again.

parent cf254277
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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):