Commit 678d6d8
authored
(Fixed) Config updates (#42)
* feat(code-review): Update .coderabbit guidelines
- Revise tone_instructions to enforce PER Coding Style 2.0,
SOLID principles, and FOOP techniques.
- Add path_instructions for "**/*.php" to ensure proper namespace
usage, code organisation, and separation of concerns.
- Enhance automated review configuration to promote robust and
maintainable PHP code.
* chore(dependabot): Exclude roave/security-advisories from updates
- Add an ignore rule in dependabot.yml for the
roave/security-advisories package.
- Prevent dependency resolution errors since the package is
always set to "dev-latest" and doesn’t require version bumps.
* fix(config): Condense tone_instructions in .coderabbit.yaml
- Shorten and adjust tone_instructions to comply with the 250-character limit.
- Correct spelling in "code organisation" for UK English consistency.
- Ensure CodeRabbit applies our custom settings rather than default settings.1 parent ddeda7f commit 678d6d8
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | | - | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments