diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index f0462df..f15a0e8 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -21,5 +21,5 @@ jobs: OPENAI_API_MODEL: "gpt-4-turbo-preview" exclude: "yarn.lock, dist/**, **/*.json, **/*.md, **/*.yaml, **/*.xml" custom_prompts: | - Do not worry about the verbosity of variable naming conventions, as long as they are somewhat descriptive. + Do not worry about the verbosity of variable names, as long as they are somewhat descriptive. Be sure to call out potential null pointer exceptions.