File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111## Checklist
1212
13- - [ ] I have read and understood the [ contributing guidelines] ( https://dejacode.readthedocs.io/en/latest/contributing.html )
14- - [ ] I linked an existing issue above
15- - [ ] I tested these changes locally
16- - [ ] I did not use AI to generate this PR without reviewing and understanding every line
13+ - [ ] I have read the [ contributing guidelines] ( https://dejacode.readthedocs.io/en/latest/contributing.html )
14+ - [ ] I have linked an existing issue above
15+ - [ ] I have added unit tests covering the new code
16+ - [ ] I have reviewed and understood every line of this PR
Original file line number Diff line number Diff line change 2525 blocked-terms : " MANGO"
2626 # Minimum GitHub account age in days
2727 min-account-age : 30
28+ # Require all changed files to end with a newline character
29+ final-newline : false
30+ # PR does not allow maintainers to push to the source
31+ require-maintainer-can-modify : false
You can’t perform that action at this time.
0 commit comments