From e85bcdd150e0695c3c9f66d8b0c5e541663c195c Mon Sep 17 00:00:00 2001 From: Arpan Pandey Date: Thu, 17 Apr 2025 09:40:40 +0100 Subject: [PATCH] remove DON'T EDIT banners --- compiled_starters/go/go.mod | 7 ------- compiled_starters/python/Pipfile | 5 ----- solutions/go/01-oo8/code/go.mod | 7 ------- solutions/go/02-cz2/code/go.mod | 7 ------- solutions/python/01-oo8/code/Pipfile | 5 ----- solutions/python/02-cz2/code/Pipfile | 5 ----- starter_templates/go/code/go.mod | 7 ------- starter_templates/python/code/Pipfile | 5 ----- 8 files changed, 48 deletions(-) diff --git a/compiled_starters/go/go.mod b/compiled_starters/go/go.mod index 0dbb11f..737fecb 100644 --- a/compiled_starters/go/go.mod +++ b/compiled_starters/go/go.mod @@ -1,10 +1,3 @@ -// DON'T EDIT THIS! -// -// Codecrafters relies on this file being intact to run tests successfully. Any changes -// here will not reflect when CodeCrafters tests your code, and might even cause build -// failures. -// -// DON'T EDIT THIS! module github.com/codecrafters-io/shell-starter-go diff --git a/compiled_starters/python/Pipfile b/compiled_starters/python/Pipfile index 2083e2e..1ac58d9 100644 --- a/compiled_starters/python/Pipfile +++ b/compiled_starters/python/Pipfile @@ -1,10 +1,5 @@ #!/bin/sh # -# DON'T EDIT THIS! -# -# CodeCrafters uses this file to test your code. Don't make any changes here! -# -# DON'T EDIT THIS! [[source]] url = "https://pypi.org/simple" diff --git a/solutions/go/01-oo8/code/go.mod b/solutions/go/01-oo8/code/go.mod index 0dbb11f..737fecb 100644 --- a/solutions/go/01-oo8/code/go.mod +++ b/solutions/go/01-oo8/code/go.mod @@ -1,10 +1,3 @@ -// DON'T EDIT THIS! -// -// Codecrafters relies on this file being intact to run tests successfully. Any changes -// here will not reflect when CodeCrafters tests your code, and might even cause build -// failures. -// -// DON'T EDIT THIS! module github.com/codecrafters-io/shell-starter-go diff --git a/solutions/go/02-cz2/code/go.mod b/solutions/go/02-cz2/code/go.mod index 0dbb11f..737fecb 100644 --- a/solutions/go/02-cz2/code/go.mod +++ b/solutions/go/02-cz2/code/go.mod @@ -1,10 +1,3 @@ -// DON'T EDIT THIS! -// -// Codecrafters relies on this file being intact to run tests successfully. Any changes -// here will not reflect when CodeCrafters tests your code, and might even cause build -// failures. -// -// DON'T EDIT THIS! module github.com/codecrafters-io/shell-starter-go diff --git a/solutions/python/01-oo8/code/Pipfile b/solutions/python/01-oo8/code/Pipfile index 2083e2e..1ac58d9 100644 --- a/solutions/python/01-oo8/code/Pipfile +++ b/solutions/python/01-oo8/code/Pipfile @@ -1,10 +1,5 @@ #!/bin/sh # -# DON'T EDIT THIS! -# -# CodeCrafters uses this file to test your code. Don't make any changes here! -# -# DON'T EDIT THIS! [[source]] url = "https://pypi.org/simple" diff --git a/solutions/python/02-cz2/code/Pipfile b/solutions/python/02-cz2/code/Pipfile index 2083e2e..1ac58d9 100644 --- a/solutions/python/02-cz2/code/Pipfile +++ b/solutions/python/02-cz2/code/Pipfile @@ -1,10 +1,5 @@ #!/bin/sh # -# DON'T EDIT THIS! -# -# CodeCrafters uses this file to test your code. Don't make any changes here! -# -# DON'T EDIT THIS! [[source]] url = "https://pypi.org/simple" diff --git a/starter_templates/go/code/go.mod b/starter_templates/go/code/go.mod index 0dbb11f..737fecb 100644 --- a/starter_templates/go/code/go.mod +++ b/starter_templates/go/code/go.mod @@ -1,10 +1,3 @@ -// DON'T EDIT THIS! -// -// Codecrafters relies on this file being intact to run tests successfully. Any changes -// here will not reflect when CodeCrafters tests your code, and might even cause build -// failures. -// -// DON'T EDIT THIS! module github.com/codecrafters-io/shell-starter-go diff --git a/starter_templates/python/code/Pipfile b/starter_templates/python/code/Pipfile index 2083e2e..1ac58d9 100644 --- a/starter_templates/python/code/Pipfile +++ b/starter_templates/python/code/Pipfile @@ -1,10 +1,5 @@ #!/bin/sh # -# DON'T EDIT THIS! -# -# CodeCrafters uses this file to test your code. Don't make any changes here! -# -# DON'T EDIT THIS! [[source]] url = "https://pypi.org/simple"