Skip to content

Commit

Permalink
Add example with variables to consecutive-empty-lines documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bhirsz committed May 9, 2024
1 parent 29ec2c2 commit 31840e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion robocop/checkers/spacing.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,19 @@
docs="""
Example of rule violation::
*** Variables ***
${VAR} value
${VAR2} value # previous line will be reported with 2/1 consecutive lines
*** Keywords ***
Keyword
Step 1
Step 2
Step 2 # previous line will be reported with 2/1 consecutive lines
""",
added_in_version="1.8.0",
Expand Down

0 comments on commit 31840e3

Please sign in to comment.