Skip to content

Commit

Permalink
Ignore test data files
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodingenthusiast committed Mar 23, 2023
1 parent 1fa330c commit 2be93ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ project {
"ui/packages/consul-ui/app/utils/dom/event-target/**",
"ui/packages/consul-ui/lib/rehype-prism/**",
"ui/packages/consul-ui/lib/block-slots/**",

# ignore specific test data files
"agent/uiserver/testdata/**"
]
}
5 changes: 0 additions & 5 deletions agent/uiserver/testdata/bar.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

var Bar = {};

Bar.hello = function(){
Expand Down
5 changes: 0 additions & 5 deletions agent/uiserver/testdata/compiled-metrics-providers-golden.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// foo.js

var Foo = {};
Expand Down
5 changes: 0 additions & 5 deletions agent/uiserver/testdata/foo.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

var Foo = {};

Foo.hello = function(){
Expand Down

0 comments on commit 2be93ad

Please sign in to comment.