apply coding standard checks
This commit is contained in:
@ -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)
|
||||||
|
|||||||
@ -26,6 +26,7 @@ include:
|
|||||||
- src/**
|
- src/**
|
||||||
- examples/**
|
- examples/**
|
||||||
- tools/coding_standard
|
- tools/coding_standard
|
||||||
|
- tools/lammps-gui
|
||||||
patterns:
|
patterns:
|
||||||
- "*.c"
|
- "*.c"
|
||||||
- "*.cmake"
|
- "*.cmake"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user