🏡 index : ~doyle/koselig.git

author Jordan Doyle <jordan@doyle.wf> 2016-10-22 23:13:53.0 +00:00:00
committer Jordan Doyle <jordan@doyle.wf> 2016-10-22 23:13:53.0 +00:00:00
commit
a6cf25e2172c415f171a3e70f1612dcd438f318b [patch]
tree
99ad1888cb68c2adf262dbfec4e57cc18a902564
parent
64f0198ed2e8381d7ca146af777d93d667be9249
download
a6cf25e2172c415f171a3e70f1612dcd438f318b.tar.gz

add styleci.yml



Diff

 .styleci.yml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/.styleci.yml b/.styleci.yml
new file mode 100644
index 0000000..6acc556
--- /dev/null
+++ b/.styleci.yml
@@ -0,0 +1,34 @@
preset: laravel

risky: true

enabled:
  - unalign_double_arrow
  - combine_consecutive_unsets
  - concat_with_spaces
  - dir_constant
  - ereg_to_preg
  - linebreak_after_opening_tag
  - modernize_types_casting
  - no_blank_lines_before_namespace
  - no_empty_comment
  - no_php4_constructor
  - no_short_echo_tag
  - no_useless_else
  - ordered_class_elements
  - ordered_imports
  - php_unit_construct
  - php_unit_dedicate_assert
  - php_unit_strict
  - phpdoc_order
  - phpdoc_property
  - phpdoc_separation
  - random_api_migration
  - semicolon_after_instruction
  - strict_comparison
  - strict_param

disabled:
  - concat_without_spaces
  - single_blank_line_before_namespace
  - not_operator_with_successor_space