Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
bug(test) Fixes to license check and gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Jul 2, 2019
1 parent c25b276 commit 798f909
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
*.vsix
.DS_Store
client/.vscode-test/**
client/out/
.nyc_output/
11 changes: 11 additions & 0 deletions client/HEADER
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
7 changes: 5 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,17 @@
},
"license-check-and-add-config": {
"folder": ".",
"license": "LICENSE",
"license": "HEADER",
"exact_paths_method": "EXCLUDE",
"exact_paths": [
"node_modules",
"out",
"server",
".vscode-test",
"coverage"
"coverage",
"LICENSE",
"HEADER",
"README.md"
],
"file_type_method": "EXCLUDE",
"file_types": [
Expand Down

0 comments on commit 798f909

Please sign in to comment.