compliance check error on my PR #65825
Replies: 2 comments 2 replies
-
Is newline required at the end of README.rst file? Where are the rules written that I can refer for fixing the compliance issue? Thanks |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I see that my PR here #65250 results in a compliance check error below. I had run checkpatch.pl and clang-format on the commits and the c file. Still complaining about coding-style issue without any hint. Also complains about Missing newline. If I add a new line, it complains about extra newline at line 71 of the README.rst. Can someone help me understand the issue here?
Run if [[ ! -s "compliance.xml" ]]; then
Error: See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
Missing newline at end of 'samples/drivers/soc_flash/README.rst'. Check your text editor settings.
Error: Process completed with exit code 1.
Beta Was this translation helpful? Give feedback.
All reactions