The Wayback Machine - https://web.archive.org/web/20210827065130/https://github.com/topics/static-code-analysis
Skip to content
#

static-code-analysis

Here are 397 public repositories matching this topic...

Brian-Bartels
Brian-Bartels commented Aug 21, 2021

The version of ESLint you are using.
latest

The problem you want to solve.
improve clarity in docs here https://eslint.org/docs/developer-guide/nodejs-api#-eslintlintfilespatterns

Your take on the correct solution to problem.
Just add a few sentences clarify the differences between Linter and ESLint objects as they have a lot of overlap

**Are you willing to submit a pull

bbatsov
bbatsov commented Dec 2, 2020

There are some annoying warnings when building the documentation site:

$ antora --pull antora-playbook.yml
asciidoctor: WARNING: skipping reference to missing attribute: 1
asciidoctor: WARNING: skipping reference to missing attribute: 3
asciidoctor: WARNING: skipping reference to missing attribute: word
asciidoctor: WARNING: skipping reference to missing attribute: word
asciidoctor: W
semgrep
huonw
huonw commented Aug 22, 2021

Describe the bug

The --emacs flag doesn't include the human readable message for failing rules in its output, which makes it harder to work out what the appropriate fix is.

(Thanks for semgrep; we're using it for both security analysis and also a few custom rules to catch (non-security) mistakes/typos we keep making. Works well!)

To Reproduce

Run semgrep with the `--emacs

reviewdog
vuryleo
vuryleo commented Nov 8, 2019

e.g.

# map.py
def func(a: int) -> float:
    return float(a)

map(func, ['str'])
$ pytype map.py
Computing dependencies
Analyzing 1 sources with 0 local dependencies
ninja: Entering directory `/[redacted]/.pytype'
ninja: no work to do.
Success: no errors found

while

$ mypy map.py
map.py:5: error: Argument 1 to "map" has incompatible type "Ca
larastan

Improve this page

Add a description, image, and links to the static-code-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the static-code-analysis topic, visit your repo's landing page and select "manage topics."

Learn more