mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 22:16:20 +00:00
PG-179. Skip lines for checking, and badge to README.
Patch By: Mikhail Samoylov
This commit is contained in:
5
.github/workflows/cppcheck.yml
vendored
5
.github/workflows/cppcheck.yml
vendored
@@ -11,5 +11,6 @@ jobs:
|
||||
- name: install cppcheck
|
||||
run: sudo apt-get install cppcheck
|
||||
|
||||
- name: Prepare for install postgresql
|
||||
run: sudo cppcheck --enable=all --error-exitcode=1 .
|
||||
- name: Execute linter check with cppcheck
|
||||
run: sudo cppcheck --enable=all --inline-suppr --template='{file}:{line},{severity},{id},{message}' --error-exitcode=1 --suppress=missingIncludeSystem --suppress=missingInclude --check-config .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user