Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
exceptions: |
1. DO NOT make comments that don't actually identify a problem.
2. DO NOT comment on lack of documentation comments
3. DO NOT suggest changing error code constant string values to match the constant name's capitalization. Error code values are wire-format strings defined by the service and must not be altered.
4. DO NOT suggest renaming functions that use "WithNoCredential" to "WithoutCredential". The "NoCredential" naming is the established Go SDK pattern.