mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
4 lines
No EOL
107 B
Bash
Executable file
4 lines
No EOL
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "$WORKSPACE"
|
|
cppcheck --enable=all --inconclusive --xml --xml-version=2 src 2> cppcheck.xml |