Skip to content

Commit

Permalink
[CI] Fix typo in Semgrep config (ray-project#38175)
Browse files Browse the repository at this point in the history
ray-project#38126 attempted to correct an unnecessary newline in the error message. But, the updated error message is missing quotes. As a result, the CI is always passing.

Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: harborn <[email protected]>
  • Loading branch information
bveeramani authored and harborn committed Aug 17, 2023
1 parent fcaa0ca commit 2c2c583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ rules:

languages:
- generic
message: Don't use 'code-block:: python', it's not tested! Use 'testcode' instead! For more information, see https://docs.ray.io/en/master/ray-contribute/writing-code-snippets.html.
message: "Don't use 'code-block:: python', it's not tested! Use 'testcode' instead! For more information, see https://docs.ray.io/en/master/ray-contribute/writing-code-snippets.html."
pattern: "code-block:: python"
severity: ERROR

0 comments on commit 2c2c583

Please sign in to comment.