Skip to content

Commit

Permalink
Fix formatting in some markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Dec 6, 2024
1 parent f58b9fe commit c270e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Suggest new RuboCop RSpec features or improvements to existing features.

## Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when \[...\]
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

## Describe the solution you'd like

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features.
## 1.13.0 (2017-03-07)

- Add repeated 'it' detection to `RSpec/ExampleWording` cop. ([@dgollahon])
- Add \[observed_nesting/max_nesting\] info to `RSpec/NestedGroups` messages. ([@dgollahon])
- Add [observed_nesting/max_nesting] info to `RSpec/NestedGroups` messages. ([@dgollahon])
- Add `RSpec/ItBehavesLike` cop. ([@dgollahon])
- Add `RSpec/SharedContext` cop. ([@Darhazer])
- `RSpec/MultipleExpectations`: Count aggregate_failures block as single expectation. ([@Darhazer])
Expand Down

0 comments on commit c270e66

Please sign in to comment.