diff --git a/.github/workflows/go-securememory-ci.yml b/.github/workflows/go-securememory-ci.yml index 249536511..f4dcefa71 100644 --- a/.github/workflows/go-securememory-ci.yml +++ b/.github/workflows/go-securememory-ci.yml @@ -101,4 +101,3 @@ jobs: with: paths: 'go/securememory/junit_results.xml' if: always() - diff --git a/.github/workflows/java-securememory-ci.yml b/.github/workflows/java-securememory-ci.yml index 56f3cdb64..0ed296f2a 100644 --- a/.github/workflows/java-securememory-ci.yml +++ b/.github/workflows/java-securememory-ci.yml @@ -90,4 +90,3 @@ jobs: with: paths: 'java/secure-memory/target/surefire-reports/TEST-*.xml' if: always() - diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fde27fa04..a8bfa2110 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,4 @@ +exclude: '^.*generated.*$' repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 diff --git a/csharp/AppEncryption/AppEncryption/AppEncryption.csproj b/csharp/AppEncryption/AppEncryption/AppEncryption.csproj index 5637b4e45..7b9c60845 100644 --- a/csharp/AppEncryption/AppEncryption/AppEncryption.csproj +++ b/csharp/AppEncryption/AppEncryption/AppEncryption.csproj @@ -1,4 +1,4 @@ - + GoDaddy.Asherah.AppEncryption AppEncryption diff --git a/csharp/SecureMemory/SecureMemory/SecureMemory.csproj b/csharp/SecureMemory/SecureMemory/SecureMemory.csproj index 8ac890a77..9fa797aff 100644 --- a/csharp/SecureMemory/SecureMemory/SecureMemory.csproj +++ b/csharp/SecureMemory/SecureMemory/SecureMemory.csproj @@ -1,4 +1,4 @@ - + GoDaddy.Asherah.SecureMemory diff --git a/java/app-encryption/README.md b/java/app-encryption/README.md index e67d1f8eb..714479da0 100644 --- a/java/app-encryption/README.md +++ b/java/app-encryption/README.md @@ -139,7 +139,7 @@ AwsKmsClientFactory awsKmsClientFactory = ...; KeyManagementService keyManagementService = AwsKeyManagementServiceImpl.newBuilder(regionMap, "us-east-1") .withAwsKmsClientFactory(awsKmsClientFactory) .build(); -``` +``` #### Static KMS (FOR TESTING ONLY) diff --git a/samples/csharp/ReferenceApp/README.md b/samples/csharp/ReferenceApp/README.md index cb17eff09..374733901 100644 --- a/samples/csharp/ReferenceApp/README.md +++ b/samples/csharp/ReferenceApp/README.md @@ -175,4 +175,3 @@ follows: --version Display version information. ``` -