mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
16 lines
302 B
YAML
16 lines
302 B
YAML
profile:
|
|
name: qodana.recommended
|
|
version: "1.0"
|
|
linter: jetbrains/qodana-php:latest
|
|
exclude:
|
|
- name: All
|
|
paths:
|
|
- .ci
|
|
- _ide_helper.php
|
|
- public/v1/css/jquery-ui
|
|
- public/v1/fonts
|
|
- public/v1/lib
|
|
- public/v1/js/lib
|
|
- public/v3
|
|
- public/v3-local
|