Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes not suggested. Only "not reporting # th check" #7

Open
michael-etzkorn opened this issue Jun 8, 2022 · 1 comment
Open

Comments

@michael-etzkorn
Copy link

Perhaps I'm doing something wrong here, but after adding the example action, I do see the suggested changes in the output, but they're outputed as "not reporting" and don't actually get added to the PR.

Not reporting  0 th check:   &{location:{path:"sim/User/junk/pci_pkg.sv"  range:{start:{line:6}  end:{line:6}}}  suggestions:{range:{start:
{line:6}  end:{line:6}}  text:"  import uvm_pkg::*;"}  original_output:"sim/User/junk/pci_pkg.sv:6:-import 
uvm_pkg::*;\nsim/User/junk/pci_pkg.sv:6:+  import uvm_pkg::*;" false false false false map[]  0}

Not reporting  1 th check:   &{location:{path:"sim/User/junk/pci_pkg.sv"  range:{start:{line:8}  end:{line:9}}}  suggestions:{range:{start:
{line:8}  end:{line:9}}  text:"  `include \"./global_include.svh\"\n  `include \"utils/CRC.svh\""}  
original_output:"sim/User/junk/pci_pkg.sv:8:-`include \"./global_include.svh\"\nsim/User/junk/pci_pkg.sv:9:-`include 
\"utils/CRC.svh\"\nsim/User/junk/pci_pkg.sv:8:+  `include \"./global_include.svh\"\nsim/User/junk/pci_pkg.sv:9:+  `include 
\"utils/CRC.svh\"" false false false false map[]  0}

@cathales
Copy link

Hello,

Did you modify this file? I think suggestions to files not modified in the same PR are not reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants