Fix linter

This commit is contained in:
James Cole 2023-05-29 12:05:45 +02:00
parent 0f008b9b1e
commit 70b756baaf
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
4 changed files with 9 additions and 7 deletions

View File

@ -56,11 +56,12 @@ jobs:
const workflows = [ const workflows = [
'cleanup.yml', 'cleanup.yml',
'depsreview.yaml',
'qodana.yml',
'closed-issues.yml', 'closed-issues.yml',
'depsreview.yaml',
'laravel.yml', 'laravel.yml',
'lock.yml', 'lock.yml',
'qodana.yml',
'sonarcloud.yml',
'stale.yml' 'stale.yml'
] ]

View File

@ -13,10 +13,11 @@ jobs:
message: | message: |
Hi there! This is an automatic reply. `Share and enjoy` Hi there! This is an automatic reply. `Share and enjoy`
This issue is now closed. Please be aware that closed issues are not actively monitored. If you reply, you may get no response. This issue is now 🔒 closed. Please be aware that closed issues are **not** watched. If you reply, you may get no response.
- If the original bug is not actually fixed, please feel free to open a new issue. Please refer to this issue for clarity. - If the original bug is not actually fixed, please feel free to open a new issue. Please refer to this issue for clarity.
- Follow-up questions can also be posted in a new [discussion](https://github.com/firefly-iii/firefly-iii/discussions/) - Follow-up questions must be posted in a new [discussion](https://github.com/firefly-iii/firefly-iii/discussions/)
- Further replies to this issue will get **no response**.
Thank you for your consideration. Thank you for your contributions.
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"

View File

@ -32,6 +32,6 @@ jobs:
php artisan ide-helper:generate; php artisan ide-helper:generate;
- name: 'Qodana Scan' - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.1.0 uses: JetBrains/qodana-action@main
env: env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

View File

@ -1,7 +1,7 @@
profile: profile:
name: qodana.recommended name: qodana.recommended
version: "1.0" version: "1.0"
linter: jetbrains/qodana-php:2022.3-eap linter: jetbrains/qodana-php:latest
exclude: exclude:
- name: All - name: All
paths: paths: