diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-11 16:33:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-11 16:33:05 +0900 |
| commit | 27d00055df8691a6bd99aaf38633a7338b16cc6a (patch) | |
| tree | 4af17ccff5f8c2d09156fa62c559e60e3e683dac /scripts | |
| parent | 1ec2220def43e37e5a65b96dde93c19b493258f4 (diff) | |
| download | php-shirabe-27d00055df8691a6bd99aaf38633a7338b16cc6a.tar.gz php-shirabe-27d00055df8691a6bd99aaf38633a7338b16cc6a.tar.zst php-shirabe-27d00055df8691a6bd99aaf38633a7338b16cc6a.zip | |
chore: use fully-qualified name for Rc/RefCell
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/linters/no_banned_use.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/linters/no_banned_use.rb b/scripts/linters/no_banned_use.rb index 311d03c3..74e50d06 100644 --- a/scripts/linters/no_banned_use.rb +++ b/scripts/linters/no_banned_use.rb @@ -1,9 +1,11 @@ BANNED_USE_PATHS = %w[ anyhow::Result std::any::Any + std::cell::RefCell std::io::Read std::io::Write std::process::Command + std::rc::Rc ].freeze def no_banned_use(root_dir, excludes = []) |
