summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-10-18 17:04:35 +0100
committerAndres Rey <[email protected]>2016-10-18 17:04:35 +0100
commitd3a5a0f369cb93fe56da04043d27ba0f4d310b57 (patch)
tree6597c67182ef6fbde4937e8ba6be76c97685d6e8
parent7282cb30a2316f6def8e8b9246b43aee69d8454c (diff)
Added travis and styleci yml files
-rw-r--r--.styleci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.styleci.yml b/.styleci.yml
index 7b60dea..f15f7f7 100644
--- a/.styleci.yml
+++ b/.styleci.yml
@@ -4,4 +4,6 @@ enabled:
- concat_with_spaces
disabled:
- - concat_without_spaces \ No newline at end of file
+ - concat_without_spaces
+ - no_useless_return
+ - no_multiline_whitespace_around_double_arrow \ No newline at end of file