Skip to content

Commit

Permalink
chore: add exemptions for CodeIgniter\Cache\PageCache
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 30, 2023
1 parent af7a568 commit 911db4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deptrac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ parameters:
- Cache
skip_violations:
# Individual class exemptions
CodeIgniter\Cache\PageCache:
- CodeIgniter\HTTP\CLIRequest
- CodeIgniter\HTTP\IncomingRequest
- CodeIgniter\HTTP\ResponseInterface
CodeIgniter\Entity\Cast\URICast:
- CodeIgniter\HTTP\URI
CodeIgniter\Log\Handlers\ChromeLoggerHandler:
Expand Down

0 comments on commit 911db4e

Please sign in to comment.