jszhn

Recent Notes

  • A* algorithm

    Oct 29, 2025

    • ALOHA

      Oct 29, 2025

      • ARP

        Oct 29, 2025

        • Accounting

          Oct 29, 2025

          • Activation function

            Oct 29, 2025

            Home

            ❯

            Linter

            Linter

            Oct 29, 20251 min read

            In software engineering, a linter is a piece of software that performs static analysis on a program (i.e., it analyses it without running it). They’re really useful for cleaner, more performant code.

            By language

            • JavaScript
              • ESLint, for code quality and style
              • Million Lint, for React.js
            • C/C++ — clang-tidy
            • Verilog/SystemVerilog — Slang

            Graph View

            Backlinks

            • Design verification
            • Software engineering
            • SystemVerilog
            • Undefined behaviour

            Created with Quartz v4.5.2 © 2025

            • Twitter
            • LinkedIn
            • GitHub