Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 493 Bytes

uNGINXed-linter

A linter built on top of uNGINXed to flag out misconfigurations in NGINX config files.

Functionality

This extension works for NGINX config files.

  • Diagnostics regenerated on each file change or configuration change
  • Generate misconfiguration report
    • Open the NGINX .conf file, press F1 or Ctrl+Shift+P to open the command palette, select the Generate PDF Report option

Deployment

The extension can be built into a .vsix file by running npm run build-vsix.