From 87bb1707ef04a22c5c558680519b5b62f23f6310 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 27 Jan 2016 19:40:19 +0000 Subject: [PATCH] Use the laravel preset, nearly --- .styleci.yml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 96efcaec3..9836af576 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,22 +1,12 @@ -preset: psr2 +preset: laravel enabled: - - duplicate_semicolon - - extra_empty_lines - - logical_not_operators_with_successor_space - - phpdoc_scalar - - return - - short_array_syntax - - single_quote - - spaces_cast - - standardize_not_equal - - ternary_spaces - - trim_array_spaces + - concat_with_spaces - unalign_double_arrow - - unalign_equals - - unneeded_control_parentheses - - unused_use - - whitespacy_lines + +disabled: + - concat_without_spaces + - phpdoc_short_description linting: true