Pyrefly support #160
Pyrefly support #160
Your pull request is up to standards!
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
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
codacy-production / Codacy Static Code Analysis
tools/pyreflyRunner.go#L1
should have a package comment
Check warning on line 13 in tools/pyreflyRunner.go
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
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
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L297
Method ConvertPyreflyToSarif has 85 lines of code (limit is 50)