apply coding standard checks

This commit is contained in:
Axel Kohlmeyer
2023-08-01 20:49:38 -04:00
parent f76300c4f8
commit 310ede65d9
3 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@ include:
- src/** - src/**
- examples/** - examples/**
- tools/coding_standard - tools/coding_standard
- tools/lammps-gui
patterns: patterns:
- "*.c" - "*.c"
- "*.cmake" - "*.cmake"

View File

@ -30,6 +30,7 @@ include:
- lib/** - lib/**
- tools/coding_standard - tools/coding_standard
- tools/python - tools/python
- tools/lammps-gui
- unittest/** - unittest/**
exclude: exclude:
- lib/colvars/Install.py - lib/colvars/Install.py