Skip to content

Commit 0908464

Browse files
committed
chore: restore sw_threading requirements.txt and ignore *.txt in license check
The plugin compose file installs /app/requirements.txt, so deleting it broke the sw_threading test. Bring it back and exclude *.txt from the license header check instead — per-plugin requirements.txt files are generated by tests/plugin/conftest.py and can never carry a header.
1 parent 7c3f5c4 commit 0908464

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ header:
3232
- '**/*.json'
3333
- '.venv'
3434
- 'poetry.lock'
35+
- '**/*.txt'
3536

3637
comment: on-failure
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)