-
Updated
Aug 3, 2022 - Haskell
static-analysis
Here are 1,438 public repositories matching this topic...
-
Updated
Aug 8, 2022 - OCaml
-
Updated
Aug 5, 2022 - Java
-
Updated
Aug 4, 2022 - JavaScript
-
Updated
Aug 8, 2022 - PHP
-
Updated
Aug 8, 2022 - Nunjucks
-
Updated
Aug 5, 2022 - Rust
-
Updated
Aug 6, 2022 - PHP
-
Updated
Aug 5, 2022 - Python
-
Updated
Aug 4, 2022 - Go
-
Updated
Jul 20, 2022
-
Updated
Aug 8, 2022 - CMake
-
Updated
Aug 8, 2022 - Haskell
-
Updated
Aug 8, 2022 - Java
Describe the bug
Patterns:
patterns:
- pattern-regex: hi
- pattern: ...Code:
# hi
a = [
# hi
1,
2,
3
]
"""
hi
"""Expects no matches, gets two.
To Reproduce
https://semgrep.dev/playground/s/enelli:confusion-2?editorMode=advanced
Expected behavior
Expect no matches.
The first match, with the array, i
-
Updated
Aug 6, 2022
-
Updated
Aug 1, 2022 - Ruby
-
Updated
Aug 8, 2022 - Go
-
Updated
Aug 8, 2022 - OCaml
-
Updated
Mar 25, 2021 - TypeScript
Many repositories need to fix, so please help if you like.
If you could help, it would be helpful if you could comment before starting the work not to overlapping.
Fix example
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
go-
Updated
Aug 8, 2022 - PHP
-
Updated
Jul 15, 2022 - Python
-
Updated
Aug 2, 2022 - Go
-
Updated
Aug 4, 2022 - Go
I could have sworn there was a PHP warning for doing bitwise operations on floats, but apparently not... Do we want to add an issue for that to Psalm?
Originally posted by @AndrolGenhald in vimeo/psalm#7992 (comment)
Apparently it is a warning, but only if the float isn't exactly an integer: https://3v4l.org/kWXWH
https
Improve this page
Add a description, image, and links to the static-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-analysis topic, visit your repo's landing page and select "manage topics."

User @AnthonyMDev commented in #1674 about the lack of documentation around how SwiftLint merges nested configuration files. We should document the rules involved in config merging, either in our readme or a separate doc file.
This is a great possible "starter ticket" for users of SwiftLint that would like to contribute (😉 @AnthonyMDev). Looking at [Configuration+Merging.swift](https://github.c