Closed jmalmari closed 5 years ago
For me it's enough to just remove this rtags-diagnostics call: https://github.com/Andersbakken/rtags/blob/29d3ee6ec1d8c9c1895fcab0c9887a8f286c6ed6/src/ac-rtags.el#L139
Then I have rtags auto-complete working without the errors & warnings part.
Describe the bug Enabling rtags auto complete also enables some more buffer invasive error and warning decorations. I think it does this as a side(?) effect of running rtags-diagnostics in ac-rtags.el.
To Reproduce
(require 'ac-rtags)
(setq-default ac-sources '(ac-source-rtags))
Expected behavior I'd expect to see only completions - not errors and warnings.
Environment:
Additional context Despite extra decoration, the completion itself works. The rtags-find-symbol-at-point etc also works. I use flycheck clang checker for errors and warnings.