GSoC - Code Formatting and Style Checking for RTEMS score

Gedare Bloom gedare at rtems.org
Mon Jun 21 18:04:51 UTC 2021


On Sun, Jun 20, 2021 at 1:13 AM Ida Delphine <idadelm at gmail.com> wrote:

> Hello everyone,
> I updated the hooks script. About the modes, we have the default, "strict"
> and "nonstrict" (couldn't think of better names). With the default mode, it
> prints a warning specifying the number of style issues if any and aborts
> the commit. With the strict mode, it goes into more detail showing both the
> formatted and unformatted patch, the number of style issues, and aborts the
> commit. In the non-strict mode, it simply displays the warning with the
> style issues and the commit happens.
>
> The default mode basically happens when you run
>
>> git commit -m "Commit message"
>>
> The best method I could find to pass arguments to a script was via
> environment variables. So the nonstrict mode applies when you run
>
>> STYLEMODE=nonstrict git commit -m "Commit message"
>>
> The strict mode applies when you run
>
>> STYLEMODE=strict git commit -m "Commit message"
>>
>
> What are the possible options to pass arguments? (Maybe, a blog post :))
Reading from a git-config file would be better than environment variables.

It might be better to share screenshots by a link (e.g., a blog post :)) to
avoid hitting the mailing list attachment limits.

Gedare

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20210621/efc268df/attachment.html>


More information about the devel mailing list