Skip to content

Commit

Permalink
Merge pull request #5 from getlocalci/fix/volume-storage
Browse files Browse the repository at this point in the history
Remove boilerplate, fix pre-commit hook
  • Loading branch information
kienstra authored Aug 1, 2021
2 parents 4288995 + 767454a commit 4d61c09
Show file tree
Hide file tree
Showing 6 changed files with 4,060 additions and 122 deletions.
8 changes: 1 addition & 7 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
ts_files=$( git diff --diff-filter=d --staged --name-only | grep -E '^src\/\S*\.ts$' )
if [ ! -z "$ts_files" ]; then
npm run lint $ts_files
if [ $? != 0 ]; then
exit 1
fi
fi
npm run lint
4 changes: 0 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// A launch configuration that compiles the extension and then opens it inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,3 @@ Docker

## License
[GPL v2](LICENSE) or later

-----------------------------------------------------------------------------------------------------------
## Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

* [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines)
Loading

0 comments on commit 4d61c09

Please sign in to comment.