-
Notifications
You must be signed in to change notification settings - Fork 84
/
.styleci.yml
25 lines (20 loc) · 1.08 KB
/
.styleci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#######################################################
# DO NOT EDIT THIS FILE! #
# #
# It's auto-generated by symfony-cmf/dev-kit package. #
#######################################################
############################################################################
# This file is part of the FOSCKEditor Bundle. #
# #
# (c) 2018 - present Friends of Symfony #
# (c) 2009 - 2017 Eric GELOEN <geloen.eric@gmail.com> #
# #
# For the full copyright and license information, please view the LICENSE #
# file that was distributed with this source code. #
############################################################################
preset: symfony
enabled:
- combine_consecutive_unsets
- no_useless_else
- ordered_use
disabled: [single_line_class_definition]