diff --git a/.codespellrc b/.codespellrc index f3d25b3c9..538846652 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,5 +1,6 @@ # Lint Codespell configurations [codespell] -skip = .codespellrc,.git,node_modules,build,dist,*.zst,CHANGELOG.md +skip = .codespellrc,.git,node_modules,build,dist,*.zst,CHANGELOG.md,.playwright,.terraform ignore-words-list = NotIn,AKS,LICENS,aks enable-colors = +check-hidden = diff --git a/.github/test-infra/azure/aks/variables.tf b/.github/test-infra/azure/aks/variables.tf index 1ba26453a..08acdc0cb 100644 --- a/.github/test-infra/azure/aks/variables.tf +++ b/.github/test-infra/azure/aks/variables.tf @@ -165,7 +165,7 @@ variable "cluster_managed_identity_type" { } variable "cluster_kubelet_identity_type" { - description = "Type of Managed Identity to be used for Kubelet. If UserAssigned, defaults to Azure automically creating Managaged Identity for Kubelet." + description = "Type of Managed Identity to be used for Kubelet. If UserAssigned, defaults to Azure automatically creating Managaged Identity for Kubelet." default = "SystemAssigned" } diff --git a/tasks/lint.yaml b/tasks/lint.yaml index ecce5fe3c..12a2d62a6 100644 --- a/tasks/lint.yaml +++ b/tasks/lint.yaml @@ -1,7 +1,6 @@ # Copyright 2024 Defense Unicorns # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial - includes: - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/lint.yaml