On Fri, Apr 17, 2020 at 11:17 AM Nathan Hartman
<[email protected]> wrote:
>
> On Thu, Apr 16, 2020 at 10:47 PM Xiang Xiao <[email protected]>
> wrote:
>
> > On Fri, Apr 17, 2020 at 5:54 AM David Sidrane <[email protected]>
> > wrote:
> > >
> > > Thank you for fixing the typos. I am sure I can make them faster than you
> > > can fix them. :)
> > >
> >
> > Actually, checkpatch.sh support -c option which do the spell check by
> > invoke codespell(the same tool used by Linux):
> > https://github.com/codespell-project/codespell
> > How about we enable -c option in github check action?
>
>
> What will happen if the tool detects false positives?
>

Report some thing like this:
./nuttx/tools/checkpatch.sh -c -f apps/graphics/littlevgl/lv_conf.h
graphics/littlevgl/lv_conf.h:147: Complier  ==> Compiler

> Cheers,
> Nathan

Reply via email to