Skip to content

Commit

Permalink
Added inclusive language checks in v0.53.x
Browse files Browse the repository at this point in the history
Signed-off-by: sethiyash <[email protected]>
  • Loading branch information
sethiyash committed Oct 19, 2023
1 parent 046995c commit 3c1ba34
Show file tree
Hide file tree
Showing 8 changed files with 10,025 additions and 17 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/inclusive-language-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Check inclusive language

on:
pull_request:
types: ['opened', 'reopened']

jobs:
check-inclusive-language:
uses: vmware-tanzu/carvel-release-scripts/.github/workflows/inclusive-language-check.yml@main
3 changes: 3 additions & 0 deletions .wokeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# out of our control
vendor/
examples/resource-ordering/README.md
4 changes: 2 additions & 2 deletions examples/cf-for-k8s-v0.2.0-custom/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10777,7 +10777,7 @@ data:
require_client_certificate: true


# Manual 'whitebox' mode
# Manual 'open-box' mode
- name: "local.15019"
address:
socket_address:
Expand Down Expand Up @@ -14144,7 +14144,7 @@ data:
url: https://uaa.cf.cppforlife.io/authenticate
limitedFunctionality:
enabled: false
whitelist:
whitelist: # wokeignore:rule=whitelist
endpoints:
- /oauth/authorize/**
- /oauth/token/**
Expand Down
2 changes: 1 addition & 1 deletion examples/gitops/guestbook/all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
spec:
containers:
- name: replica
image: gcr.io/google_samples/gb-redisslave:v1
image: gcr.io/google_samples/gb-redisslave:v1 # wokeignore:rule=slave
resources:
requests:
cpu: 100m
Expand Down
Loading

0 comments on commit 3c1ba34

Please sign in to comment.