blob: 77b3c1060102f2a05c3d9b34f83c25f8b017c475 [file] [log] [blame]
Adrià Vilanova Martínez5af86512023-12-02 20:44:16 +01001## This is the configuration file for Headroom.
2## See https://github.com/vaclavsvejcar/headroom for more details.
3
4version: 0.5.0.0
5
6run-mode: add
7
8source-paths:
9 - src/
10 - upgradescripts/
11
12excluded-paths:
13 - '\/internal\/'
14 - '\/node_modules\/'
15 - '\/lib\/'
16
17exclude-ignored-paths: true
18
19template-paths:
20 - .headroom-templates
21
22license-headers:
23 php:
24 margin-bottom-code: 1
25 put-after:
26 - '^<\?php$'
27 block-comment:
28 starts-with: '^\/\*'
29 ends-with: '\*\/$'
30 js:
31 block-comment:
32 starts-with: '\/\* \(license-header\)'
33 ends-with: '\*\/$'
34
35variables:
36 project: 'hores'
37 year: '{{ _current_year }}'
38 author: 'Adrià Vilanova Martínez'