Skip to content

Commit 5e7b947

Browse files
authored
Merge pull request #2003 from rubocop/fix-markdown
Fix formatting in some markdown files
2 parents f58b9fe + c270e66 commit 5e7b947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about: Suggest new RuboCop RSpec features or improvements to existing features.
55

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

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

1010
## Describe the solution you'd like
1111

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features.
742742
## 1.13.0 (2017-03-07)
743743

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

0 commit comments

Comments
 (0)