Skip to content

Commit 1946fe7

Browse files
committed
Fixes linter issues
1 parent 667c8df commit 1946fe7

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

cli/azd/.vscode/cspell-azd-dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ requirepass
196196
resourcegraph
197197
restoreapp
198198
retriable
199+
runtimes
199200
rzip
200201
secureobject
201202
securestring

cli/azd/cmd/middleware/login_guard.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
package middleware
25

36
import (

cli/azd/cmd/middleware/login_guard_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
package middleware
25

36
import (

0 commit comments

Comments
 (0)