formula_auditor: skip non-core compatibility bumps check #39980
Annotations
2 errors
|
Run brew tests
Process completed with exit code 1.
|
|
Run brew tests:
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test/formula_auditor_spec.rb#L1422
Homebrew::FormulaAuditor#audit_revision with a revision increment when dependencies change flags missing compatibility_version bumps
Failure/Error:
expect(auditor.problems).to include(
a_hash_including(
message: a_string_matching(/must increase `compatibility_version` by 1: foo \(1 to 1\)/),
),
)
expected [] to include (a hash including {message: (a string matching /must increase `compatibility_version` by 1: foo \(1 to 1\)/)})
Diff:
@@ -1 +1 @@
-[(a hash including {message: (a string matching /must increase `compatibility_version` by 1: foo \(1 to 1\)/)})]
+[]
|
Loading