mirror of
https://github.com/TabbyML/tabby
synced 2024-11-21 07:50:13 +00:00
2ef0fb9af6
* feat(db): add access control tables migration * implement check_read_sources * update * update * update * update * updatE * update * update * update * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
12 lines
239 B
YAML
12 lines
239 B
YAML
id: only-dao-can-depend-tabby-db
|
|
message: Only dao can depend on tabby-db
|
|
severity: error
|
|
language: rust
|
|
files:
|
|
- ./ee/tabby-schema/src/**
|
|
ignores:
|
|
- ./ee/tabby-schema/src/dao.rs
|
|
- ./ee/tabby-schema/src/policy.rs
|
|
rule:
|
|
pattern: tabby_db
|