fix: adjust/remove incorrect file paths in scripts#7108
fix: adjust/remove incorrect file paths in scripts#7108UdjinM6 wants to merge 1 commit intodashpay:developfrom
Conversation
- ci/dash/lint-tidy.sh: fix src/threadinterrupt.cpp to src/util/threadinterrupt.cpp and sort entries - test/lint/lint-spelling.py: fix src/bip39_english.h to src/wallet/bip39_english.h and move it to the end of the list - contrib/devtools/copyright_header.py: remove stale exclusion for test/functional/test_framework/bignum.py (removed in 11bcc75) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
WalkthroughThis pull request contains minor configuration updates across three linting and build tool scripts. The changes relocate or update file references within exclusion and inclusion lists: a C++ source file is moved from src/ to src/util/ in the include-what-you-use tool configuration, an exclusion pattern is removed from copyright header scanning, and a header file path is updated from src/ to src/wallet/ in spelling lint exclusions. These updates appear to reflect corresponding file structure reorganizations in the codebase. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Issue being fixed or feature implemented
https://github.com/dashpay/dash/actions/runs/21038475212/job/60493347838#step:5:71
https://github.com/dashpay/dash/actions/runs/21038475212/job/60493578607#step:12:977
What was done?
How Has This Been Tested?
Breaking Changes
n/a
Checklist:
Go over all the following points, and put an
xin all the boxes that apply.