mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05: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 |