diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-10-23 17:25:59 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-10-23 17:43:44 +0200 |
commit | 0afba67f703ab0ba8cd041167144169d67e14501 (patch) | |
tree | a57d6763ec7cdbf39f84b416e9285db72ae9461a /.arclint | |
parent | fdb08e2abccf1e02dc2ef91531aebe062d8af82d (diff) | |
download | haskell-0afba67f703ab0ba8cd041167144169d67e14501.tar.gz |
arclint: ReST doesn't need ArcanistMergeConflictLinter
The section heading syntax trips up this linter. Fixes #10979.
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ "type": "generated" }, "merge-conflict": { - "type": "merge-conflict" + "type": "merge-conflict", + "exclude": "(\\.rst$)", }, "nolint": { "type": "nolint" |