Skip to content

Commit

Permalink
add-RSPEC-S6874: updated review comments 3
Browse files Browse the repository at this point in the history
  • Loading branch information
navendu-barua-sonarsource committed Jan 30, 2024
1 parent ab8d078 commit 65be933
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rules/S6874/kubernetes/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,21 @@ Change the variable's name to adhere to the naming conventions. Names should be
----
{{- $myVariable := .Values.myVariableValue -}}
----

ifdef::env-github,rspecator-view[]

'''
== Implementation Specification
(visible only on this page)

=== Message

Rename this variable to be compliant with the camelCase naming convention.


=== Highlighting

* Highlight the `$my_Variable` variable.


endif::env-github,rspecator-view[]

0 comments on commit 65be933

Please sign in to comment.