mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Some other points I think we need to be consistent on: - Spacing around string concatenation (always) - Test against 'nil' explicitly rather than relying on 'not' for things that reasonably won't be returning a boolean. e.g. loader.getenv Eventually this will all get formalized somewhere. |
||
|---|---|---|
| .. | ||
| color.lua | ||
| config.lua | ||
| core.lua | ||
| drawer.lua | ||
| loader.lua | ||
| Makefile | ||
| menu.lua | ||
| password.lua | ||
| screen.lua | ||