Adrià Vilanova Martínez | 5af8651 | 2023-12-02 20:44:16 +0100 | [diff] [blame] | 1 | ## This is the configuration file for Headroom. |
| 2 | ## See https://github.com/vaclavsvejcar/headroom for more details. |
| 3 | |
| 4 | version: 0.5.0.0 |
| 5 | |
| 6 | run-mode: add |
| 7 | |
| 8 | source-paths: |
| 9 | - src/ |
| 10 | - upgradescripts/ |
| 11 | |
| 12 | excluded-paths: |
| 13 | - '\/internal\/' |
| 14 | - '\/node_modules\/' |
| 15 | - '\/lib\/' |
| 16 | |
| 17 | exclude-ignored-paths: true |
| 18 | |
| 19 | template-paths: |
| 20 | - .headroom-templates |
| 21 | |
| 22 | license-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 | |
| 35 | variables: |
| 36 | project: 'hores' |
| 37 | year: '{{ _current_year }}' |
| 38 | author: 'Adrià Vilanova Martínez' |