We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413ebd1 commit 2a05abaCopy full SHA for 2a05aba
.pre-commit-hooks.yaml
@@ -16,3 +16,4 @@
16
files: ^subworkflows/.*/.*/.*\.nf$
17
pass_filenames: true
18
# args: []
19
+# TODO lint-pipeline
nf_core/pipeline-template/.pre-commit-config.yaml
@@ -11,3 +11,9 @@ repos:
11
hooks:
12
- id: editorconfig-checker
13
alias: ec
14
+ - repo: https://github.com/nf-core/tools
15
+ rev: "2.14.1"
+ hooks:
+ - id: lint-modules
+ - id: lint-subworkflows
+ # TODO lint-pipeline
0 commit comments