Skip to content

Commit b9c6e7d

Browse files
authored
Merge branch 'master' into patch-1
2 parents 7fb2428 + 2da86c9 commit b9c6e7d

2,099 files changed

Lines changed: 357282 additions & 106295 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/go-style.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Go Code Style Guidelines
2+
3+
Follow the Uber Go Style Guide for all Go code.
4+
5+
**Reference:** https://raw.githubusercontent.com/uber-go/guide/refs/heads/master/style.md
6+
7+
When writing or editing Go code:
8+
- Consult the style guide for specific patterns
9+
- Search the guide when unsure about implementation details
10+
- Follow established conventions in the codebase
11+
12+
**Note:** This rule applies only to Go code. Skip for other languages.

.agents/shell-style.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Shell Script Style Guidelines
2+
3+
When writing or modifying shell scripts (.sh), follow the Google Shell Style Guide.
4+
5+
**Reference:** https://google.github.io/styleguide/shellguide.html
6+
7+
Fetch the documentation whenever you have to write a shell script and are unsure about the formatting or style that should be used.

.buildkite/pipeline-master.yml

Lines changed: 0 additions & 320 deletions
This file was deleted.

0 commit comments

Comments
 (0)