We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f8099 commit 412227aCopy full SHA for 412227a
README.md
@@ -71,7 +71,7 @@ rubocop-rspec is available on Code Climate as part of the rubocop engine. [Learn
71
72
## Documentation
73
74
-You can read more about RuboCop-RSpec in its [official manual](https://docs.rubocop.org/rubocop-rspec).
+You can read more about RuboCop RSpec in its [official manual](https://docs.rubocop.org/rubocop-rspec).
75
76
## The Cops
77
lib/rubocop/rspec/node.rb
@@ -2,7 +2,7 @@
2
3
module RuboCop
4
module RSpec
5
- # RuboCop-RSpec specific extensions of RuboCop::AST::Node
+ # RuboCop RSpec specific extensions of RuboCop::AST::Node
6
module Node
7
# In various cops we want to regard const as literal althought it's not
8
# strictly literal.
0 commit comments