-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
90 lines (79 loc) · 2.16 KB
/
Copy path.coderabbit.yaml
File metadata and controls
90 lines (79 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
#
# CodeRabbit configuration for nowo-tech/password-strength-bundle.
language: en-US
reviews:
profile: chill
request_changes_workflow: false
high_level_summary: true
review_status: true
commit_status: true
poem: false
collapse_walkthrough: true
sequence_diagrams: true
changed_files_summary: true
auto_review:
enabled: true
auto_incremental_review: true
auto_pause_after_reviewed_commits: 10
drafts: false
base_branches:
- main
- master
ignore_title_keywords:
- WIP
- "[skip review]"
path_filters:
- "!**/vendor/**"
- "!**/coverage/**"
- "!**/*.lock"
- "!phpstan-baseline.neon"
- "!.cursor/**"
- "src/**"
- "tests/**"
- "docs/**"
- "demo/**"
- ".github/**"
- "*.md"
- "*.yaml"
- "*.yml"
- "Makefile"
path_instructions:
- path: "src/**/*.php"
instructions: |
nowo-tech/password-strength-bundle — Symfony PasswordStrengthType with configurable policy, validator, TypeScript live feedback, optional PasswordToggleBundle integration.
Follow PSR-12 and `.php-cs-fixer.dist.php`. Prefer PHP 8 attributes.
Respect PHP and Symfony ranges in `composer.json`. Keep changes minimal.
- path: "src/Resources/assets/**"
instructions: |
TypeScript/Vite frontend for password strength UI. Match existing patterns in password-strength.ts.
- path: "tests/**/*.php"
instructions: |
PHPUnit tests. Add or update tests for new behaviour.
- path: "docs/**/*.md"
instructions: |
User-facing documentation in English. Keep CHANGELOG and UPGRADING aligned with releases.
- path: "demo/**"
instructions: |
Demo apps illustrate usage — not production code.
tools:
phpstan:
enabled: true
phpcs:
enabled: false
yamllint:
enabled: true
hadolint:
enabled: true
gitleaks:
enabled: true
github-checks:
enabled: true
timeout_ms: 900000
actionlint:
enabled: true
knowledge_base:
learnings:
scope: auto
pull_requests:
scope: auto