mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
4 lines
107 B
Bash
4 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd "$WORKSPACE"
|
||
|
cppcheck --enable=all --inconclusive --xml --xml-version=2 src 2> cppcheck.xml
|