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

@ -25,4 +25,4 @@ file(REMOVE qtdeploy.bat)
file(WRITE makearchive.ps1 "Compress-Archive -Path LAMMPS_GUI -CompressionLevel Optimal -DestinationPath LAMMPS-Win10-amd64.zip") file(WRITE makearchive.ps1 "Compress-Archive -Path LAMMPS_GUI -CompressionLevel Optimal -DestinationPath LAMMPS-Win10-amd64.zip")
execute_process(COMMAND powershell -ExecutionPolicy Bypass -File makearchive.ps1) execute_process(COMMAND powershell -ExecutionPolicy Bypass -File makearchive.ps1)
file(REMOVE makearchive.ps1) file(REMOVE makearchive.ps1)
file(REMOVE_RECURSE LAMMPS_GUI) file(REMOVE_RECURSE LAMMPS_GUI)

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