Skip to content

Commit

Permalink
Remove contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 9, 2023
1 parent f57c303 commit 65558f1
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 185 deletions.
43 changes: 6 additions & 37 deletions tests/all-fail/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,11 @@
{
"authors": [
"kytrinyx"
],
"contributors": [
"alebaffa",
"bitfield",
"da-edra",
"ekingery",
"ferhatelmas",
"hilary",
"ilmanzo",
"k4rtik",
"leenipper",
"petertseng",
"robphoenix",
"sebito91",
"soniakeys",
"tleen",
"tompao",
"zabawaba99",
"eklatzer"
],
"authors": ["kytrinyx"],
"files": {
"solution": [
"leap.go"
],
"test": [
"leap_test.go"
],
"example": [
".meta/example.go"
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
"solution": ["leap.go"],
"test": ["leap_test.go"],
"example": [".meta/example.go"],
"editor": ["cases_test.go"],
"invalidator": ["go.mod"]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
Expand Down
43 changes: 6 additions & 37 deletions tests/empty-file/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,11 @@
{
"authors": [
"kytrinyx"
],
"contributors": [
"alebaffa",
"bitfield",
"da-edra",
"ekingery",
"ferhatelmas",
"hilary",
"ilmanzo",
"k4rtik",
"leenipper",
"petertseng",
"robphoenix",
"sebito91",
"soniakeys",
"tleen",
"tompao",
"zabawaba99",
"eklatzer"
],
"authors": ["kytrinyx"],
"files": {
"solution": [
"leap.go"
],
"test": [
"leap_test.go"
],
"example": [
".meta/example.go"
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
"solution": ["leap.go"],
"test": ["leap_test.go"],
"example": [".meta/example.go"],
"editor": ["cases_test.go"],
"invalidator": ["go.mod"]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
Expand Down
43 changes: 6 additions & 37 deletions tests/partial-fail/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,11 @@
{
"authors": [
"kytrinyx"
],
"contributors": [
"alebaffa",
"bitfield",
"da-edra",
"ekingery",
"ferhatelmas",
"hilary",
"ilmanzo",
"k4rtik",
"leenipper",
"petertseng",
"robphoenix",
"sebito91",
"soniakeys",
"tleen",
"tompao",
"zabawaba99",
"eklatzer"
],
"authors": ["kytrinyx"],
"files": {
"solution": [
"leap.go"
],
"test": [
"leap_test.go"
],
"example": [
".meta/example.go"
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
"solution": ["leap.go"],
"test": ["leap_test.go"],
"example": [".meta/example.go"],
"editor": ["cases_test.go"],
"invalidator": ["go.mod"]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
Expand Down
43 changes: 6 additions & 37 deletions tests/success/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,11 @@
{
"authors": [
"kytrinyx"
],
"contributors": [
"alebaffa",
"bitfield",
"da-edra",
"ekingery",
"ferhatelmas",
"hilary",
"ilmanzo",
"k4rtik",
"leenipper",
"petertseng",
"robphoenix",
"sebito91",
"soniakeys",
"tleen",
"tompao",
"zabawaba99",
"eklatzer"
],
"authors": ["kytrinyx"],
"files": {
"solution": [
"leap.go"
],
"test": [
"leap_test.go"
],
"example": [
".meta/example.go"
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
"solution": ["leap.go"],
"test": ["leap_test.go"],
"example": [".meta/example.go"],
"editor": ["cases_test.go"],
"invalidator": ["go.mod"]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
Expand Down
43 changes: 6 additions & 37 deletions tests/syntax-error/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,11 @@
{
"authors": [
"kytrinyx"
],
"contributors": [
"alebaffa",
"bitfield",
"da-edra",
"ekingery",
"ferhatelmas",
"hilary",
"ilmanzo",
"k4rtik",
"leenipper",
"petertseng",
"robphoenix",
"sebito91",
"soniakeys",
"tleen",
"tompao",
"zabawaba99",
"eklatzer"
],
"authors": ["kytrinyx"],
"files": {
"solution": [
"leap.go"
],
"test": [
"leap_test.go"
],
"example": [
".meta/example.go"
],
"editor": [
"cases_test.go"
],
"invalidator": [
"go.mod"
]
"solution": ["leap.go"],
"test": ["leap_test.go"],
"example": [".meta/example.go"],
"editor": ["cases_test.go"],
"invalidator": ["go.mod"]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
Expand Down

0 comments on commit 65558f1

Please sign in to comment.