Skip to content

Commit f554fbe

Browse files
committed
💚 Allow weak-compatible for Ruby
- Ruby packages declared as dependencies in gemspecs or Gemfiles are typically consumed as binaries; - enable weak-compatibility so permissive and weak-copyleft combinations are treated as compatible
1 parent 7b28cc0 commit f554fbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/license-eye.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ jobs:
3434
uses: apache/skywalking-eyes/dependency@main
3535
with:
3636
config: .licenserc.yaml
37+
# Ruby packages declared as dependencies in gemspecs or Gemfiles are
38+
# typically consumed as binaries; enable weak-compatibility
39+
# so permissive and weak-copyleft combinations are treated as compatible.
40+
flags: --weak-compatible

0 commit comments

Comments
 (0)