Skip to content

Commit

Permalink
chore: fix MD031 lint error
Browse files Browse the repository at this point in the history
seeing lint error in https://github.com/runatlantis/atlantis/actions/runs/9196911456/job/25296141721

```
runatlantis.io/docs/server-configuration.md:477 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
```

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed May 22, 2024
1 parent 5619334 commit cd54b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ and set `--autoplan-modules` to `false`.
# or
ATLANTIS_EMOJI_REACTION=thumbsup
```

The emoji reaction to use for marking processed comments. Currently supported on Azure DevOps, GitHub and GitLab. If not specified, Atlantis will not use an emoji reaction.
Defaults to "" (empty string).

Expand Down

0 comments on commit cd54b12

Please sign in to comment.