| Message ID | 20260622113428.711882-1-ecordonnier@snap.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-oe] contrib: oe-stylize: fix warning | expand |
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py index 1fb0a5bcc0..e48b4dd5c1 100755 --- a/contrib/oe-stylize.py +++ b/contrib/oe-stylize.py @@ -15,7 +15,7 @@ TODO: - backup the original .bb file - make a diff and ask confirmation for patching ? - do not use startswith only: - /!\ startswith('SOMETHING') is not taken into account due to the previous startswith('S'). + WARNING: startswith('SOMETHING') is not taken into account due to the previous startswith('S'). - count rule breaks and displays them in the order frequence """