Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Jan 11, 2024
1 parent 5bf2844 commit 596f12a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@
}
},
"init": true,
"privileged": true,
"runArgs": ["--mount", "type=volume,target=/tmp/"]
"privileged": true
}
8 changes: 8 additions & 0 deletions sync-nf-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ wget -O /workspaces/nf-scil/.editorconfig \
wget -O /workspaces/nf-scil/.prettierignore \
https://github.com/nf-core/tools/raw/$nfcore_ver/.prettierignore

echo ".github" >> /workspaces/nf-scil/.prettierignore
echo ".devcontainer" >> /workspaces/nf-scil/.prettierignore
echo ".vscode" >> /workspaces/nf-scil/.prettierignore
echo "venv" >> /workspaces/nf-scil/.prettierignore
echo ".venv" >> /workspaces/nf-scil/.prettierignore
echo ".test_data" >> /workspaces/nf-scil/.prettierignore
echo ".pytest_cache" >> /workspaces/nf-scil/.prettierignore

wget -O /workspaces/nf-scil/.prettierrc.yml \
https://github.com/nf-core/tools/raw/$nfcore_ver/.prettierrc.yml

Expand Down

0 comments on commit 596f12a

Please sign in to comment.