Skip to content

added pyrefly to codacy yaml

6423a6f
Select commit
Loading
Failed to load commit list.
Open

Pyrefly support #160

added pyrefly to codacy yaml
6423a6f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Jul 14, 2025 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 5
           

Complexity increasing per file
==============================
- tools/pyreflyRunner.go  15
- plugins/tools/pyrefly/test/src/test_file.py  1
         

Clones added
============
- utils/sarif.go  4
- tools/pyreflyRunner.go  2
         

See the complete overview on Codacy

Annotations

Check notice on line 22 in plugins/tools/pyrefly/test/src/test_file.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

plugins/tools/pyrefly/test/src/test_file.py#L22

expected 2 blank lines after class or function definition, found 1 (E305)

Check notice on line 1 in tools/pyreflyRunner.go

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tools/pyreflyRunner.go#L1

should have a package comment

Check warning on line 13 in tools/pyreflyRunner.go

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tools/pyreflyRunner.go#L13

Method RunPyrefly has 56 lines of code (limit is 50)

Check failure on line 13 in tools/pyreflyRunner.go

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tools/pyreflyRunner.go#L13

Method RunPyrefly has a cyclomatic complexity of 15 (limit is 10)

Check warning on line 297 in utils/sarif.go

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

utils/sarif.go#L297

Method ConvertPyreflyToSarif has 85 lines of code (limit is 50)