Update code standards to prohibit inline imports and ensure all imports are at the top of the file

This commit is contained in:
Jokob @NetAlertX
2026-05-24 02:21:56 +00:00
parent b7cffe8c07
commit b5d280644e
2 changed files with 2 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ description: NetAlertX coding standards and conventions. Use this when writing c
- use environment variables for runtime paths, never hardcode paths or use relative paths
- follow existing code style and structure, and ensure backward compatibility with existing installations when submitting PRs
- all code needs to be scalable to handle large networks with thousands of devices (10k+) without performance degradation
- no inline imports, all imports must be at the top of the file
## File Length