Skip to content

Commit

Permalink
Fix linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraCodes committed Mar 25, 2019
1 parent f597458 commit bbc93d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
// 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": [
{
"name": "Docker: Attach to Node",
"name": "Attach to Node in Docker",
"type": "node",
"request": "attach",
"port": 9229,
Expand Down
1 change: 1 addition & 0 deletions src/scripts/checkHeader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FILES=$(git ls-files)
FILES=$(echo "$FILES" | grep -v ".*\.md")
FILES=$(echo "$FILES" | grep -v "\.editorconfig")
FILES=$(echo "$FILES" | grep -v "\.gitattributes")
FILES=$(echo "$FILES" | grep -v ".vscode")
FILES=$(echo "$FILES" | grep -v "package\.json")
# Filter out generated files
FILES=$(echo "$FILES" | grep -v "package-lock\.json")
Expand Down

0 comments on commit bbc93d1

Please sign in to comment.