-
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1371 from ydah/add_markdownlint
Add mdformat to the workflow in GitHub Actions
- Loading branch information
Showing
7 changed files
with
449 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
**Replace this text with a summary of the changes in your PR. The more detailed you are, the better.** | ||
|
||
--- | ||
______________________________________________________________________ | ||
|
||
Before submitting the PR make sure the following are checked: | ||
|
||
* [ ] Feature branch is up-to-date with `master` (if not - rebase it). | ||
* [ ] Squashed related commits together. | ||
* [ ] Added tests. | ||
* [ ] Updated documentation. | ||
* [ ] Added an entry to the `CHANGELOG.md` if the new code introduces user-observable changes. | ||
* [ ] The build (`bundle exec rake`) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit). | ||
- [ ] Feature branch is up-to-date with `master` (if not - rebase it). | ||
- [ ] Squashed related commits together. | ||
- [ ] Added tests. | ||
- [ ] Updated documentation. | ||
- [ ] Added an entry to the `CHANGELOG.md` if the new code introduces user-observable changes. | ||
- [ ] The build (`bundle exec rake`) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit). | ||
|
||
If you have created a new cop: | ||
|
||
* [ ] Added the new cop to `config/default.yml`. | ||
* [ ] The cop is configured as `Enabled: pending` in `config/default.yml`. | ||
* [ ] The cop is configured as `Enabled: true` in `.rubocop.yml`. | ||
* [ ] The cop documents examples of good and bad code. | ||
* [ ] The tests assert both that bad code is reported and that good code is not reported. | ||
* [ ] Set `VersionAdded` in `default/config.yml` to the next minor version. | ||
- [ ] Added the new cop to `config/default.yml`. | ||
- [ ] The cop is configured as `Enabled: pending` in `config/default.yml`. | ||
- [ ] The cop is configured as `Enabled: true` in `.rubocop.yml`. | ||
- [ ] The cop documents examples of good and bad code. | ||
- [ ] The tests assert both that bad code is reported and that good code is not reported. | ||
- [ ] Set `VersionAdded` in `default/config.yml` to the next minor version. | ||
|
||
If you have modified an existing cop's configuration options: | ||
|
||
* [ ] Set `VersionChanged` in `config/default.yml` to the next major version. | ||
- [ ] Set `VersionChanged` in `config/default.yml` to the next major version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.