Skip to content

Commit 0326ad5

Browse files
Clarify .git-blame-ignore-revs comments
So it's clear which ones apply to just Bundler, just RubyGems, or both.
1 parent b58829a commit 0326ad5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.git-blame-ignore-revs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# .git-blame-ignore-revs
2-
# RubyGems
3-
# Enable Style/StringLiterals cop
2+
# [RuboCop] Enable Style/StringLiterals in RubyGems
43
dca5fa728437383428a593644f537aaa1020ee63
5-
# enable Style/MethodDefParentheses in Rubocop
4+
# [RuboCop] Enable Style/MethodDefParentheses in RubyGems
65
79e6bafd945e358480ac2253995e82e229bb4f5c
7-
# Bundler
8-
# [RuboCop] Enable Style/StringLiterals
6+
# [RuboCop] Enable Style/StringLiterals in Bundler
97
b0d532adb80521271fbde4d3955c252f2ee09a5c
10-
# [RuboCop] Enable Style/SymbolProc
8+
# [RuboCop] Enable Style/SymbolProc in Bundler
119
cf58bc4b1ee83b2697fbdbcc76ced09515525141
12-
# [RuboCop] Enable Style/EmptyLines
10+
# [RuboCop] Enable Style/EmptyLines in Bundler
1311
ff426fdbc1bde3582b6e1d5137abd21d74c38f87
14-
# Use modern hashes consistently
12+
# [RuboCop] Use modern hashes consistently in Bundler
1513
bb66253f2ceddee527b82971423348d8bbc1b606

0 commit comments

Comments
 (0)