-
Updated
Jun 20, 2022 - JavaScript
static-code-analysis
Here are 435 public repositories matching this topic...
-
Updated
Jun 20, 2022 - OCaml
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
-
Updated
Jun 21, 2022 - Nunjucks
-
Updated
Jun 20, 2022 - Rust
-
Updated
Jun 21, 2022 - Java
Describe the bug
A clear and concise description of what the bug is.
Metavariables do not work for object reference in Scala
To Reproduce
Steps to reproduce the behavior, ideally a link to https://semgrep.dev:
The link is attached https://semgrep.dev/s/zojz
Expected behavior
A clear and concise description of what you expected to happen.
Based on the link, there should be t
-
Updated
Jun 21, 2022 - Go
Describe the solution you'd like
Validate test commands arguments before Run. This pattern will allow us to governance behaviors such as flags/arguments validation in all commands. Additionally, this should make the code easier to understand and maintain.
Requirements
Golang basic level.
“How to Implement” suggestion
See [issue](datreeio/datree#4
-
Updated
Apr 6, 2022 - PHP
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
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- create
.banditfile with content:
[bandit]
tests: B101,B102,B301
- run
bandit -c .bandit -r module/ - get error:
[main] ERROR .bandit : Error parsing file.
Expected behavior
working as described in readme
Bandit version
ba
Current problem
Ref. PyCQA/pylint#5083
It makes sense to rename these as we could then extend the message a bit.
Desired solution
See title.
Additional context
No response
Affects PMD Version: 6.44
Rule: ImmutableField
Description: Per Java EE spec (https://docs.oracle.com/javaee/6/tutorial/doc/bnbqa.html) Java entity classes must not be declared final. Likewise no methods or persistent instance variables must be declared final. The last part is especially true for this rule
Is your feature request related to a problem? Please describe.
Our code-base has error strings that are not being checked by error-strings.
Describe the solution you'd like
Currently, error-strings uses a hardcoded list of functions that it checks. We use an interna
This would allow for more localized suppressions. Say we have a method foo(Object o) in an annotated third-party library where o has no type annotation, but o really should be @Nullable, as foo() can handle being passed null as a parameter. In code checked by NullAway, say you write:
void bigMethod() {
...
foo(null); // NullAway reports an error
...
}I beli
[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
Jun 18, 2022 - TypeScript
-
Updated
Jun 9, 2022 - Ruby
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 14, 2022 - Python
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
May 25, 2022 - Go
-
Updated
Jun 15, 2022 - Ruby
-
Updated
Jun 20, 2022 - Go
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
Jun 17, 2022 - C++
-
Updated
Mar 8, 2022 - 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."

On each page with a table of contents under the header, the last couple of items in the table of contents are not styled correctly. This happened within the last few days, so it's likely that there's a recent pull request that caused this problem.
Example:
https://new.eslint.org/docs/head/user-guide/configuring/rules
Screenshot:
![Screenshot 2022-06-13 at 11-09-46 Rules](https://user-image