aboutsummaryrefslogtreecommitdiffhomepage
path: root/.oclint
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-04-01 16:28:36 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-04-01 16:29:06 -0700
commit6fa09e6a70d4116e22df36d33e2f7533cbcbe098 (patch)
treec98697f5573bd0c7e9968315ca19625f86b143fe /.oclint
parent4f5d42858c558af73575b1f38e6ad0bc58912b46 (diff)
add make targets to lint the code
Fixes #2818
Diffstat (limited to '.oclint')
-rw-r--r--.oclint8
1 files changed, 8 insertions, 0 deletions
diff --git a/.oclint b/.oclint
new file mode 100644
index 00000000..cd68e182
--- /dev/null
+++ b/.oclint
@@ -0,0 +1,8 @@
+rules:
+rule-configurations:
+ # This is the default value (as of the time I wrote this) but I'm making
+ # it explicit since it needs to agree with the value used by clang-format.
+ # Thus, if we ever change the fish style to allow longer lines this should
+ # be changed (as well as the corresponding clang-format config).
+ - key: LONG_LINE
+ value: 100