About 51 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. O que significa executar lint no código? - Stack Overflow em Português

    Sep 19, 2018 · Vi essa expressão "lint code" em alguns lugares, na IDE do Visual Studio e também ao executar o NG CLI, o cliente do Angular. O que isso significa? O que exatamente …

  3. 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 globally ignore specific …

  4. 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!

  5. 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.

  6. Lint error : Cannot read properties of undefined (reading ...

    Feb 2, 2025 · Lint error : Cannot read properties of undefined (reading 'allowShortCircuit') Asked 11 months ago Modified 5 months ago Viewed 3k times

  7. .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-have tools that...

  8. lintOptions deprecated , What is the alternative? - Stack Overflow

    Feb 22, 2023 · The old lintOptions block is deprecated in Android Gradle Plugin 7.2 and replaced by the new Lint block. We can simply replace it and use it in the app-level build.gradle file like the below …

  9. Caused by: java.lang.ClassNotFoundException: com.android.tools.lint ...

    Oct 10, 2022 · Caused by: java.lang.ClassNotFoundException: com.android.tools.lint.client.api.Vendor Asked 3 years, 3 months ago Modified 2 years, 9 months ago Viewed 19k times

  10. Turning off eslint rule for a specific line - Stack Overflow

    Jan 1, 2015 · The general end of line comment, // eslint-disable-line, does not need anything after it: no need to look up a code to specify what you wish ES Lint to ignore. If you need to have any syntax …