About 9,680,000 results
Open links in new tab
  1. lint - What is "Linting"? - Stack Overflow

    Dec 14, 2011 · PHPLint, JSLint, and I recently came across "you can lint your JS code on the fly" while reading something about some IDE. So, what is "linting"?

  2. ansible-lint: Is there a way to ignore errors in all files, without ...

    Mar 28, 2025 · There are several options to adopt ansible-lint in a large codebase without immediately fixing all existing issues. You can configure a .ansible-lint file using skip_list to …

  3. c - How do I download and install lint? - Stack Overflow

    Jul 30, 2011 · Does anyone know how to obtain lint for Mac, Windows, and Linux? sudo port install lint can't find it.

  4. Trying to create a Github action that auto lints and formats the ...

    Jun 8, 2024 · I have two Github actions one for auto formating and another for linting: Auto lint name: Lint changed files on: pull_request: types: [opened, synchronize, reopened] jobs: …

  5. What is the meaning of "lint" in the command -Xlint=unchecked?

    Jan 27, 2014 · What does "lint" in the flag -Xlint=unchecked for javac stand for? Since it deals with generic types, one would expect something like -Xgenerics=unchecked or so!

  6. Syntax Checking with lint and how to do this on a String, not a File

    Syntax Checking with lint and how to do this on a String, not a File Asked 13 years, 4 months ago Modified 11 months ago Viewed 21k times

  7. How to setup lint-staged for Vue projects? - Stack Overflow

    Dec 27, 2021 · I created a new Vue3 app using the Vue CLI and selected Prettier for my linter config. I want to use commitlint, husky and lint-staged to validate commit messages and lint …

  8. .net - What linters are there for C#? - Stack Overflow

    Jan 5, 2023 · Is there a lint-like tool for C#? I've got the compiler to flag warnings-as-errors, and I've got Stylecop, but these only catch the most egregious errors. Are there any other must …

  9. debugging - Validating helm chart content - Stack Overflow

    6 To avoid helm chart installation failure I suggest to follow the following sequence locally or/and in CI pipelines: run helm lint. As the docs state: If the linter encounters things that will cause …

  10. Ignore specific rules in specific directory with Ruff

    Dec 18, 2023 · You can use Ruff's per-file-ignores and specify individual files, or select a directory tree with a wildcard (star). You can ignore a "letter class" by specifying only the letter. …