ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

shageman

And another one!! Nested-visibility checker. As I wrote earlier today: this one does not exist yet. I recorded it as an issue on the packwerk-extensions repo: github.com/rubyatscale/packwer

These semantics:

```
packs/a VIOLATION
packs/b OK
packs/b/packs/d OK
packs/b/packs/e ENFORCE_NESTED_VISIBILITY: TRUE
packs/b/packs/e/packs/f VIOLATION
packs/b/packs/e/packs/g VIOLATION
packs/b/packs/h OK
packs/c VIOLATION
```

GitHubNested visbility · Issue #37 · rubyatscale/packwerk-extensionsBy shageman