Files
lammps/tools/coding_standard
Aidan Thompson d5c4f9c158 Fixed whitespace
2025-04-20 11:01:38 -06:00
..
2025-01-23 08:52:27 -05:00
2025-01-23 08:52:27 -05:00
2023-08-01 20:49:38 -04:00
2025-04-20 11:01:38 -06:00
2023-08-01 20:49:38 -04:00

These Python scripts help to detect whether files in the repository
conform to LAMMPS coding conventions or not, and can fix those issues, too.

permissions.py   detects if sources have executable permissions and scripts have not
whitespace.py    detects TAB characters and trailing whitespace
homepage.py      detects outdated LAMMPS homepage URLs (pointing to sandia.gov instead of lammps.org)
errordocs.py     detects deprecated error docs in header files
versiontags.py   detects .. versionadded:: and .. versionchanged:: with pending version date

Example usage: python3 versiontags.py <DIRECTORY>

where <DIRECTORY> is the path of a LAMMPS directory containing subdirs src/, python/, doc/src/, etc.