maybe php fix

This commit is contained in:
zefie
2025-08-12 21:05:32 -04:00
parent 5020c837f6
commit fc402aa21e
2 changed files with 7 additions and 5 deletions

View File

@@ -86,10 +86,6 @@ function checkScopeErrors(file) {
"message": "new Buffer() is deprecated. Use Buffer.from(), Buffer.alloc(), or Buffer.allocUnsafe() instead."
},
// Node.js specific deprecations
{
"selector": "MemberExpression[object.name='process'][property.name='env'][computed=false]",
"message": "Consider using process.env with proper defaults or validation."
},
{
"selector": "CallExpression[callee.type='MemberExpression'][callee.object.name='fs'][callee.property.name='exists']",
"message": "fs.exists() is deprecated. Use fs.existsSync() or fs.access() instead."