/[osn-commons]/trunk/freehttpd/lint.sh
ViewVC logotype

Contents of /trunk/freehttpd/lint.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (show annotations)
Sat Aug 10 18:33:37 2024 UTC (7 months, 3 weeks ago) by rakinar2
File MIME type: application/x-sh
File size: 102 byte(s)
feat: add freehttpd source files to the project

1 #! /bin/sh
2
3 sources=$(find . -type f -regex ".*/.*\.c" -regextype sed)
4 clang-tidy-18 $sources
5 exit $?

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26