FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ArduinoJson/scripts/cpplint.sh at master · eds2code/ArduinoJson · GitHub
eds2code
/
ArduinoJson
Public
forked from
bblanchon/ArduinoJson
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ArduinoJson
/
scripts
/
cpplint.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
5 lines (4 loc) · 238 Bytes
Breadcrumbs
ArduinoJson
/
scripts
/
cpplint.sh
Copy path
File metadata and controls
executable file
·
5 lines (4 loc) · 238 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
CPPLINT=
"
python third-party/cpplint/cpplint.py
"
FLAGS=
"
--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace,-runtime/references,-readability/streams
"
cd
..
$CPPLINT
$FLAGS
$(
find include src
test
-regex
"
.*\.[hc]pp$
"
)
Back
|
FazBrowse Home
|
New Git URL