mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
* QUAL: Add sqlfluff (SQL code and style check) # QUAL: Add sqlfluff (SQL code and style check) This adds a validity and style check on the .sql files. The same tool can be used to fix style (which can be set up as a pre-commit hook). * Ignore some sqlfluff notices * Ignore RF04 notice, warning about the use of sql keywords * Adjust dialects for some directories |
||
|---|---|---|
| .. | ||
| cache-clean-pr.yml | ||
| ci.yml | ||
| code_quality_qodana.yml.disabled | ||
| doxygen-gh-pages.yml.disabled | ||
| exakat.yml | ||
| gh-travis.yml | ||
| github_ci_php71_pgsql.yml.disabled | ||
| github_ci_php81_mysql.yml.disabled | ||
| greetings-pr.yml.disabled | ||
| phan.yml | ||
| phpcs.yml.disabled | ||
| phpstan.yml | ||
| pre-commit.yml | ||
| README.md | ||
| stale-issues-safe.yml | ||
| windows-ci.yml | ||
Workflow run order
To reduce run minutes, the following order is put in place:
On PR & Merge, always run:
- pre-commit;
- phan.
When both succeed, start:
- phpstan;
- Windows-ci;
- travis.