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 78042a3 commit 9739a8bCopy full SHA for 9739a8b
.rubocop.yml
@@ -13,3 +13,11 @@ Metrics/BlockLength:
13
Metrics/LineLength:
14
Exclude:
15
- spec/**/*
16
+
17
+Naming/MemoizedInstanceVariableName:
18
+ Exclude:
19
+ - lib/jekyll-redirect-from/page_without_a_file.rb
20
21
+Naming/UncommunicativeMethodParamName:
22
23
+ - lib/jekyll-redirect-from/redirect_page.rb
0 commit comments