We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linting with files applicable for auto-fixing gives the following message:
Tip: Some of these linting errors can automatically be resolved with the following command: nf-core lint . --fix files_unchanged
However the . declaration has been removed in the latest version of nf-core tools, and so the command errors
.
Error: Got unexpected extra argument (.)
Modify a template file (e.g. .github/CONTRIBUTING.md, and run lint command
.github/CONTRIBUTING.md
Update message to remove .
The text was updated successfully, but these errors were encountered:
nf-core lint
Closing due to the merge of #1263.
Sorry, something went wrong.
No branches or pull requests
Description of the bug
Linting with files applicable for auto-fixing gives the following message:
However the
.
declaration has been removed in the latest version of nf-core tools, and so the command errorsSteps to reproduce
Modify a template file (e.g.
.github/CONTRIBUTING.md
, and run lint commandExpected behaviour
Update message to remove
.
System
Additional context
The text was updated successfully, but these errors were encountered: