- Mar 18, 2025
-
-
The previous check was to general since it catched also files were non ASCII characters are allowed (e.g. Latex files). Now test only for source code files and check for files which are of non ASCII type.
-
- Mar 12, 2025
-
-
Administrator authored
Recently it was found that some files contain non ASCII charaters. The added CI tests checks for files which contain non ASCII characters. Test fails if non ASCII characters are found in a commit.
-
- May 31, 2021
-
-
Eoin Clerkin authored
Inserts the declaration on the 1st or 2nd line of scripts. EMPTY LINE Short license declarations for .sh files Inserts the declaration on the 1st or 2nd line of scripts. EMPTY LINE Revert "Short license declarations for .sh files" This reverts commit d3dd8608. Uses SPDX identifier Modifies declaration to use SPDX license identifier syntax Corrects file Empty line before hashbang removed
-
- Jan 22, 2021
-
-
Administrator authored
Only files with unix style file endings should eneter the repository. Add a CI stage which fails if the file type of a changed file is dos. Add a script which executes the actaul test.
-