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 21f34ca commit f1cb578Copy full SHA for f1cb578
CHANGELOG.md
@@ -1,7 +1,7 @@
1
### 2.3.1 (Next)
2
- No input target paths now defaults to current working directory instead of error.
3
- Additionally check `Vagrantfile` and `gemspec` files.
4
-- Fix behavior for when optional dependency `octocatalog-diff` is absent.
+- Fix and improve behavior for when optional dependency `octocatalog-diff` is absent.
5
6
### 2.3.0
7
- Minimum Ruby version increased to 2.7.
lib/puppet-check/regression_check.rb
@@ -30,4 +30,5 @@ def self.config(octoconfig)
30
end
31
rescue LoadError
32
warn 'puppet-check: octocatalog-diff is not installed, and therefore the regression checks will be skipped'
33
+ $VERBOSE = false
34
0 commit comments