Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"slug": "rust",
"language": "Rust",
"ignore_pattern": "example|description.md|metadata.yml",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fun fact: this will match a file name descriptionxmd, but we have no files of that name, so I don't care. it will go away if files move to .meta.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another fun fact: When you need to put a backslash in json string you need two, so the correct regex still looks odd.
"ignore_pattern": "example|description\\.md|metadata\\.yml"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another fun fact: the ignore_pattern is not anchored so you'll also match the_description.md_file_contains_the_description

"repository": "https://github.com/exercism/xrust",
"active": true,
"exercises": [
Expand Down