Skip to content

Commit

Permalink
Updated gherkinlint rules to respect indentation of pystrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Oct 21, 2024
1 parent dbd3f0c commit 3eb9759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gherkinlint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"rules": {
"indentation": {
"width": 2
"width": 2,
"literalBlock": 3
},
"keyword-order": {
"enabled": false
Expand Down

1 comment on commit 3eb9759

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.