Skip to content
#

style-linter

Here are 35 public repositories matching this topic...

suzizecat
suzizecat commented Apr 2, 2021

Input test case

Any sv file.

Describe what is wrong or missing

As far as I can tell, the verible-verilog-kythe-extractor tool cannot directly write its output into a file.
The issue is that it force having a potentially huge buffer in memory.

It would be nice to have the capability to output the result of the kythe extraction directly to an output file without having to rely on

dtaniwaki
dtaniwaki commented Jun 26, 2020

Thank you for developing a great tool. I recently started to use this tool because I want to use the fixer feature. However, I realized there's no way to check diff without actually fixing my files. Could you consider adding diff feature so I can go ahead applying the changes without worries?

Improve this page

Add a description, image, and links to the style-linter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the style-linter topic, visit your repo's landing page and select "manage topics."

Learn more