Skip to content

Commit

Permalink
Revert "Re-enable schema linting"
Browse files Browse the repository at this point in the history
This reverts commit 6da0787.
  • Loading branch information
grst committed Aug 13, 2024
1 parent 7adc979 commit 9a31090
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ lint:
- .github/ISSUE_TEMPLATE/bug_report.yml
files_exist:
- lib/Utils.groovy
# TODO This is because of an issue with the monochromeLogs parameter
# See nextflow.config for details
schema_params: False
5 changes: 5 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ params {
validationShowHiddenParams = false
validate_params = true

// TODO temporary workaround a warning
// not used anywhere and should not be necessary anymore after a nf-validation plugin update
// TODO when removing this, also remove the ignored lint check from .nf-core.yml
monochromeLogs = null

}

// Load base.config by default for all pipelines
Expand Down

0 comments on commit 9a31090

Please sign in to comment.