Skip to content

Commit

Permalink
Add back .markdownlint.yml to disallowed files, also add .yamllint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 24, 2022
1 parent 1e823ed commit 9ab94f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nf_core/lint/files_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ def files_exist(self):
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
docs/images/nf-core-PIPELINE_logo.png
.markdownlint.yml
.yamllint.yml
Files that *should not* be present:
Expand Down Expand Up @@ -162,6 +164,8 @@ def files_exist(self):
os.path.join(".github", "ISSUE_TEMPLATE", "bug_report.md"),
os.path.join(".github", "ISSUE_TEMPLATE", "feature_request.md"),
os.path.join("docs", "images", f"nf-core-{short_name}_logo.png"),
".markdownlint.yml",
".yamllint.yml",
]
files_warn_ifexists = [".travis.yml"]

Expand Down

0 comments on commit 9ab94f1

Please sign in to comment.