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

Checker works however does not show indications in the buffer window. Help needed #7

Open
martinez opened this issue Jul 13, 2015 · 0 comments

Comments

@martinez
Copy link

I have installed c/c++-googlelint, it is present in the list flymake-checkers.
flycheck-very-setup shows it working and finds the executable.
flycheck-compile runs the googlelint checker, finds errors in the other buffer and I can navigate the error list, navigate etc.. OK
However! The warnings do not appear in the text buffer! I use other checkers for C++ (irony), LISP; they display fine.

I need docs to explain how to make it work. My emacs is 24.5.

My config is this:

(require 'flycheck-google-cpplint)
(flycheck-add-next-checker 'c/c++-cppcheck
                           '(warning . c/c++-googlelint))

value of flycheck-checkers:

(irony ada-gnat asciidoc c/c++-clang c/c++-gcc c/c++-cppcheck cfengine chef-foodcritic coffee coffee-coffeelint coq css-csslint d-dmd emacs-lisp emacs-lisp-checkdoc erlang eruby-erubis fortran-gfortran go-gofmt go-golint go-vet go-build go-test go-errcheck haml handlebars haskell-ghc haskell-hlint html-tidy javascript-jshint javascript-eslint javascript-gjslint javascript-jscs javascript-standard json-jsonlint less luacheck lua perl perl-perlcritic php php-phpmd php-phpcs puppet-parser puppet-lint python-flake8 python-pylint python-pycompile r-lintr racket rpm-rpmlint rst rst-sphinx ruby-rubocop ruby-rubylint ruby ruby-jruby rust sass scala scala-scalastyle scss-lint scss sh-bash sh-posix-dash sh-posix-bash sh-zsh sh-shellcheck slim tex-chktex tex-lacheck texinfo verilog-verilator xml-xmlstarlet xml-xmllint yaml-jsyaml yaml-ruby c/c++-googlelint)
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

1 participant