This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
platformio-core
Watch
1
Star
0
Fork
0
You've already forked platformio-core
forked from
platformio/platformio-core
Code
Pull Requests
Activity
Files
fd91819b2c443dc602b49de0b515ee94f69e5535
platformio-core
/
platformio
/
commands
/
check
/
tools
History
Valerii Koval
fd91819b2c
Fix missing include paths for check tools
...
Includes are now split by scopes and imported as a dictionary
2020-04-21 19:26:00 +03:00
..
__init__.py
Add initial support for PVS-Studio check tool (
#3357
)
2020-01-23 12:57:54 +02:00
base.py
Fix missing include paths for check tools
2020-04-21 19:26:00 +03:00
clangtidy.py
Add initial support for PVS-Studio check tool (
#3357
)
2020-01-23 12:57:54 +02:00
cppcheck.py
Suppress warnings from packages dir instead of core dir for CppCheck
2020-02-06 23:48:13 +02:00
pvsstudio.py
Specify C++ as the language for .ino files when preprocessing them for PVS-Studio //
Resolve
#3450
2020-04-07 11:35:17 +03:00