From 30aee93bbcac40bd1c9f42eb34be838e7bd4b84d Mon Sep 17 00:00:00 2001 From: nah <2trill2spill@gmail.com> Date: Thu, 14 Apr 2016 18:07:05 -0500 Subject: [PATCH] Create oclint config file that turns off long line warnings and redundant parentheses. --- .oclint | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .oclint diff --git a/.oclint b/.oclint new file mode 100644 index 00000000..58b7867f --- /dev/null +++ b/.oclint @@ -0,0 +1,9 @@ +disable-rules: + - UselessParentheses + - LongLine +output: oclint.html +report-type: html +max-priority-1: 100 +max-priority-2: 100 +max-priority-3: 100 +enable-clang-static-analyzer: false \ No newline at end of file