About 7,820,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. .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 …

  3. Gradle build fails with "A failure occurred while executing ...

    Jun 4, 2025 · > A failure occurred while executing com.android.build.gradle.internal.lint.AndroidLintWorkAction > Unexpected failure during lint …

  4. How to run eslint --fix from npm script - Stack Overflow

    So for this particular command line the -- makes the npm command not interpret --fix as a command line option that it should interpret, but will instead will just pass it along "raw" to the …

  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. In Helm 3, what exactly are "install --dry-run", "template --validate ...

    Dec 22, 2020 · Short answers: helm template without --validate doesn't contact the Kubernetes server at all. helm template --validate and helm install --dry-run do some additional checks that …

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

    Jan 27, 2014 · 3 "Lint" refers to the process of analyzing source code to locate common programming mistakes, unsafe coding practices, or the like. Options that begin with -Xlint …

  8. SonarQube And SonarLint difference - Stack Overflow

    Oct 3, 2016 · How exactly is sonarQube different from SonarLint ? SonarQube has a server associated with it and Sonar lint works more like a plugin. But what are their specific difference ?

  9. Why do I keep getting "[eslint] Delete `CR` [prettier/prettier]"?

    4 What worked for me was: Update prettier to version 2.2.1 (latest version at the moment) as Roberto LL suggested. To do it execute Execute lint fix as Hakan suggested (This will modify …

  10. Run eslint "ONLY" on the staged files - Stack Overflow

    Jun 17, 2020 · With husky v7/lint-staged v11.2.0 - the staged files will simply by added onto the end of your command, separated by spaces. If you have a .husky/pre-commit file which calls …