From 6fa09e6a70d4116e22df36d33e2f7533cbcbe098 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Fri, 1 Apr 2016 16:28:36 -0700 Subject: add make targets to lint the code Fixes #2818 --- .oclint | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .oclint (limited to '.oclint') 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 -- cgit v1.2.3