.standard.yml in standard-procedure-plumbing-0.1.0 vs .standard.yml in standard-procedure-plumbing-0.1.1
- old
+ new
@@ -1,3 +1,9 @@
-# For available configuration options, see:
-# https://github.com/standardrb/standard
-ruby_version: 3.0
+fix: true
+parallel: true
+format: progress
+default_ignores: true
+
+ignore:
+ - 'vendor/**/*'
+ - 'Gemfile.lock'
+