Commit a328190
authored
add ENA to initialism list w/ preventions (#227)
Issue #, if available:
aws-controllers-k8s/ec2-controller#17
Description of changes:
- Add `ENA` to initialism list and prevent `"Enable" -> "ENAble" and "Enabling" -> "ENAbling" `
Grep to find other `Ena` words in aws models:
```
$ grep -r 'Ena[a-zA-Z]*' -o . | sort | uniq | grep -v "Enabl"
./ec2/2016-11-15/api-2.json:EnaSupport
./ec2/2016-11-15/docs-2.json:EnaSupport
./ec2/2016-11-15/examples-1.json:EnaSupport
```
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 7dd0760 commit a328190
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments