Skip to content

Commit

Permalink
Add flycheck option for uncolorized shell output for slang, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed May 30, 2023
1 parent 02b9835 commit fa0dda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions verilog-ext-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ See URL `https://github.com/MikePopoloski/slang'."
:command ("slang"
"--lint-only"
"--ignore-unknown-modules"
"--color-diagnostics=false"
(option-list "-I" verilog-ext-flycheck-slang-include-path)
(eval verilog-ext-flycheck-slang-file-list)
(config-file "-f" flycheck-verilog-slang-command-file)
Expand Down
2 changes: 1 addition & 1 deletion verilog-ext-workspace.el
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ With current-prefix or VERBOSE, dump output log."
(setq verilog-ext-workspace-cache-tags-refs (cadr result))
(verilog-ext-workspace-serialize-cache 'tags-refs))))

;;; Typedefs
;;;; Typedefs
(defvar verilog-ext-workspace-align-typedef-words nil)
(defvar verilog-ext-workspace-align-typedef-words-re nil)

Expand Down

0 comments on commit fa0dda1

Please sign in to comment.