-
Updated
Dec 20, 2021 - JavaScript
static-code-analysis
Here are 410 public repositories matching this topic...
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Dec 20, 2021 - OCaml
-
Updated
Dec 21, 2021 - Nunjucks
-
Updated
Dec 20, 2021 - Rust
-
Updated
Dec 21, 2021 - Java
-
Updated
Dec 20, 2021 - Go
Describe the bug
If I run semgrep with a ruleset, part of the output is colored "black" (for some value of black), which happens to be the same color as my terminal background (SolarizedDark color scheme).
To Reproduce
Steps to reproduce the behavior, ideally a link to https://semgrep.dev:
Install a Solarized Dark color scheme in your terminal and run semgrep -f xyz.yaml
**Expe
-
Updated
Dec 21, 2021 - PHP
Is your feature request related to a problem? Please describe.
when running Datree's pre-commit, there is no ("native") way to pass the account token to the docker image
Describe the solution you'd like
A way to inject the account token from the pre-commit config
Describe alternatives you've considered
pass the account token as env variable to the docker image
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 🐶 ...'
goDescribe the bug
In the docs found here:
https://bandit.readthedocs.io/en/latest/plugins/index.html#complete-test-plugin-listing
B109 and B111 show a description instead of a plugin name. This looks inconsistent since all the other plugin names are listed. I believe this is a result of a recent change to remove these deprecated plugins.
To Reproduce
- Navigate to https://bandit
-
Updated
Dec 21, 2021 - Python
Affects PMD Version: 6.30.0-SNAPSHOT
Rule: UselessOverridingMethod
Description:
Note: There seems to be a difference when having the class in the auxclasspath or not (typeresolution).
Code Sample demonstrating the issue:
-
Updated
Dec 20, 2021 - Go
This file is enormous. Also, breaking it up will make running tests faster since Gradle can run separate test classes in parallel.
[spotbugs] Running SpotBugs...
[spotbugs] Unexpected problem occured during version sanity check
[spotbugs] Reported exception:
[spotbugs] java.lang.AbstractMethodError: Receiver class org.slf4j.nop.NOPServiceProvider does not define or inherit an implementation of the resolved method 'abstract java.lang.String getRequesteApiVersion()' of interface org.slf4j.
-
Updated
Nov 1, 2021 - TypeScript
-
Updated
Dec 9, 2021 - Ruby
-
Updated
Dec 20, 2021 - JavaScript
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue
Let me know if you would like any help in implementing.
-
Updated
Dec 13, 2021 - Go
-
Updated
Dec 21, 2021 - Ruby
-
Updated
Dec 20, 2021 - Python
Rubberduck version information
The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:
Rubberduck version [Version 2.5.2.6030
OS: Microsoft Windows NT 10.0.22000.0, x64
Host Product: Microsoft Office x64
Host Version: 16.0.14701.20226
Host Executable: WINWORD.EXE
Description
Language inspection for assignment of LCase suggests usi
-
Updated
Dec 17, 2021 - Go
-
Updated
Dec 19, 2018 - C++
-
Updated
Dec 20, 2021 - Java
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.
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."

Both
autocorrectandauto-correctare used frequently in RuboCop. Should we be consistent? If so, which one?Any change should only affect comments and other string content, not method names.