mirror of
https://github.com/mariadb-corporation/libmarias3.git
synced 2025-04-18 16:24:01 +03:00
3 lines
82 B
Bash
Executable File
3 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
cppcheck --quiet --enable=all --error-exitcode=1 . src tests libmarias3
|