-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.lin3s_cs.yml.dist
49 lines (42 loc) · 1.25 KB
/
.lin3s_cs.yml.dist
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file is part of the CS library.
#
# Copyright (c) 2015-present LIN3S <[email protected]>
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
#
# @author Beñat Espiña <[email protected]>
parameters:
enabled:
- phpmd
- twigcs
- phpcsfixer
- stylelint
- eslint
name: CHANGE-FOR-YOUR-AWESOME-NAME
type: project
year: 2017
author: LIN3S
email: [email protected]
version: 0.1
phpmd_path: src
phpmd_rules:
- controversial
- unusedcode
- codesize
- naming
twigcs_path: src
phpcsfixer_path: src
phpcsfixer_test_path: tests
phpcsfixer_file_location: vendor/lin3s/cs/src/LIN3S/CS/
stylelint_path: app/Resources/assets/scss
stylelint_file_location: vendor/lin3s/cs/src/LIN3S/CS/
stylelint_exclude: []
stylelint_rules: [] # https://stylelint.io/user-guide/rules/
eslint_path: app/Resources/assets/js
eslint_file_location: vendor/lin3s/cs/src/LIN3S/CS/
eslint_exclude: []
eslint_rules: # available rules can view in http://eslint.org/docs/rules/
globals:
"Modernizr": true
"svg4everybody": true