From 02771fdaa30cf9ffa2f049a849e3237ac67827c0 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 1 Mar 2024 16:45:01 +0800 Subject: [PATCH] Update 'Guidelines' --- Guidelines.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Guidelines.md b/Guidelines.md index 6608a7e..8bcb280 100644 --- a/Guidelines.md +++ b/Guidelines.md @@ -51,12 +51,6 @@ Ideally the framework should be "test-agnostic", ie independent from the test (c Interactions should occur through commit messages. Drone handles the connection with gitea. On a commit: 1. Mandatory: check repo health (fail, return an error, and exit if anything goes wrong) - - check repo size - - ensure checksum of basic files in unchanged (eg. `.drone.yml, .gitattributes, .gitignore`) - - ensure no forbidden files was pushed - - ensure existence of "must have files" (eg. changelog, readme) - - ensure ascii files only have been pushed - - ensure commit messages don't use non-ascii characters 2. Optional: compilation (based on config file) 3. Optional: code quality (based on config file) 4. Optional: OJ tests (based on commit message)