Skip to content

Commit

Permalink
Reformat config files
Browse files Browse the repository at this point in the history
This runs the configlet fmt command, which normalizes the
contents and ordering of keys in the track config and
maintainers config.

This will let us script changes to the config files without
having unnecessary noise in the diffs when submitting pull
requests.
  • Loading branch information
Katrina Owen committed Jun 10, 2018
1 parent 7ba3e37 commit ba36879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"track_id": "pharo",
"language": "Pharo",
"active": false,
"blurb": "",
"ignore_pattern": "[Ee]xample",
"solution_pattern": "[Ee]xample",
"test_pattern": "[Tt]est",
"foregone": [],
"exercises": null,
"deprecated": []
}
"exercises": null
}
2 changes: 1 addition & 1 deletion config/maintainers.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
"maintainers": []
}
}

0 comments on commit ba36879

Please sign in to comment.