Skip to content

CONTRIBUTING: formatting and linting - #581

Merged
keiravillekode merged 3 commits into
exercism:mainfrom
keiravillekode:contributing
Sep 11, 2026
Merged

keiravillekode merged 3 commits into
exercism:mainfrom
keiravillekode:contributing

Conversation

@keiravillekode

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread CONTRIBUTING.md
```bash
bin/configlet lint
bin/configlet fmt --update
```

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Before these can be ran, configlet should be fetched. Otherwise these commands will both fail, as will the one for the uuid functionality.

keiravillekode and others added 2 commits September 11, 2026 20:07
Address review feedback: bin/configlet does not exist until
bin/fetch-configlet has downloaded it, so document that step before
the lint/fmt/uuid commands.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018FofXff2tkMmirA1Cr6aRT

@kotp kotp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

One suggested change, otherwise looking good.

Comment thread CONTRIBUTING.md Outdated
Comment on lines +42 to +44
```bash
bin/fetch-configlet # bin/fetch-configlet.ps1 on Windows
```

@kotp kotp Sep 11, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
```bash
bin/fetch-configlet # bin/fetch-configlet.ps1 on Windows
```
```sh
bin/fetch-configlet
```
Or for Windows:
```sh
bin/fetch-configlet.ps1
```

Because it is more clear to copy and paste either statement, rather than having to "not select" the "no Windows" in the comment.

@kotp kotp Sep 11, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Well, that did not format very well... trying to fix it I think that fixed it.

@keiravillekode
keiravillekode merged commit a7cb826 into exercism:main Sep 11, 2026
8 checks passed
@keiravillekode
keiravillekode deleted the contributing branch September 11, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants