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 237b69b commit 9096c6eCopy full SHA for 9096c6e
.rubocop.yml
@@ -20,3 +20,6 @@ Style/PerlBackrefs:
20
21
Gemspec/DevelopmentDependencies:
22
Enabled: false
23
+
24
+Gemspec/AttributeAssignment:
25
+ Enabled: false
lib/guard/i18n-js.rb
@@ -77,7 +77,7 @@ def capture
77
$stdout = original
78
end
79
80
- def validate_file(key, file)
+ def validate_file(key, file) # rubocop:disable Naming/PredicateMethod
81
return true if file && File.file?(file)
82
83
error("#{key.inspect} must be a file")
0 commit comments