File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,3 +18,11 @@ Identify specific code blocks that require **scrupulous human review**. Focus on
1818Analyze the ` CODEOWNERS ` file and the git history (recent editors) to suggest the most qualified reviewers.
1919- Prioritize individuals who have made significant recent contributions to the specific files modified.
2020- Cross-reference these contributors with the defined ` CODEOWNERS ` for the directory.
21+
22+ ### 4. Code Style
23+ Give style advice based on the following guides, in order of priority.
24+ 1 . [ Effective Go] ( https://go.dev/doc/effective_go )
25+ 2 . [ Google Code Review Comments] ( https://go.dev/wiki/CodeReviewComments )
26+ 3 . [ Google Style Guide] ( https://google.github.io/styleguide/go/ )
27+
28+ Style exceptions are acceptable when aligning with pre-existing "local" style from the same file or package, but they should still be noted.
You can’t perform that action at this time.
0 commit comments