Skip to content
Snippets Groups Projects

add 3nodetest disclaimer to pre-commit hook

Merged Tobias Pfandzelter requested to merge tp/warn-of-3nodetest into main
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -77,7 +77,7 @@ fi
echo -e "${GREEN}You're not trying to commit to main!${NC}"
# ------------------------------------------- GO LINT --------------------------------------------------------------
# ------------------------------------------- GO LINT -------------------------------------------------------------
echo -e "${YELLOW}Linting your code...${NC}"
@@ -87,3 +87,7 @@ if ! make lint; then
fi
echo -e "${GREEN}Linter did not find mistakes!${NC}"
# ------------------------------------ INFORM ABOUT 3NODETEST ------------------------------------------------------
echo -e "${RED}Be sure to run the complete 3NodeTest before you open up a merge request!${NC}"
\ No newline at end of file
Loading