lammps/tools/coding_standard
Axel Kohlmeyer 4d1bdb4741
add python tool to detect and remove (if desired) error docs from headers
also document the tools in the manual.
2022-04-23 13:52:12 -04:00
..
README add python tool to detect and remove (if desired) error docs from headers 2022-04-23 13:52:12 -04:00
errordocs.py add python tool to detect and remove (if desired) error docs from headers 2022-04-23 13:52:12 -04:00
homepage.py we require python 3.5 or later 2021-08-23 21:43:06 -04:00
permissions.py we require python 3.5 or later 2021-08-23 21:43:06 -04:00
whitespace.py include tools/python in whitespace check 2022-03-16 13:22:39 -04:00

README

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