diff options
author | Bartosz Nitka <niteria@gmail.com> | 2015-10-24 00:54:10 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-10-24 00:54:11 +0200 |
commit | 2866dfbb5a0eae677f57180cf8fbdb1265e195b8 (patch) | |
tree | cdb3c3e4689c1d8649a8009f574487283a5ed9dd /.arclint | |
parent | 67284a07e506e9bd0d008d1ad0cdddc2fbb2c4b0 (diff) | |
download | haskell-2866dfbb5a0eae677f57180cf8fbdb1265e195b8.tar.gz |
Fix broken .arclint
Test Plan: the linter works now
Reviewers: ezyang, austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1359
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ }, "merge-conflict": { "type": "merge-conflict", - "exclude": "(\\.rst$)", + "exclude": "(\\.rst$)" }, "nolint": { "type": "nolint" |