Skip to content

Commit

Permalink
lint README
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 28, 2020
1 parent 1c5e86a commit f69ac02
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/markdown_lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Markdown_lint configuration file
default: true,
line-length: false
no-trailing-punctuation: false
no-duplicate-header:
siblings_only: true
ol-prefix: ordered
21 changes: 10 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
# General Text + YAML Lint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
Expand All @@ -14,17 +15,15 @@ repos:
args: [--fix=lf]
- id: detect-private-key

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.23.0
# Markdown lint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.23.1
hooks:
- id: yamllint
args: ['-d {extends: default, rules: {line-length: disable}}']
- id: markdownlint
args: [--config=.github/markdown_lint.yaml]

#- repo: https://github.com/igorshubovych/markdownlint-cli
# rev: master
# Rst Lint
#- repo: https://github.com/myint/rstcheck
# rev: v3.3.1
# hooks:
# - id: markdownlint
# name: markdownlint
# language: node
# types: [markdown]
# minimum_pre_commit_version: 0.15.0
# - id: rstcheck
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ A **VERY** in-development work on the phylogeography of *Yersinia pestis*.

## Dependencies

**Workflow:** NextFlow
**Database:** NCBImeta, sqlite3 (CLI)
**Alignment:** snippy, eager
**Masking, etc.:** dustmasker, mummer, vcftools
**Phylogenetics:** iqtree
**Statistics:** qualimap, multiqc
* **Workflow:** NextFlow
* **Database:** NCBImeta, sqlite3 (CLI)
* **Alignment:** snippy, eager
* **Masking, etc.:** dustmasker, mummer, vcftools
* **Phylogenetics:** iqtree
* **Statistics:** qualimap, multiqc

### Installation

Expand Down

0 comments on commit f69ac02

Please sign in to comment.