all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How turn off SOME unwanted flycheck warnings?
@ 2015-02-06  5:41 Chris Seberino
  2015-02-07  4:12 ` Chris Seberino
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Seberino @ 2015-02-06  5:41 UTC (permalink / raw)
  To: help-gnu-emacs

I love flycheck mode and want to keep it on for many types of files.

How turn off undesired warnings?

I can't find docs on how to turn specific warnings on/off.

Thanks,

Chris


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How turn off SOME unwanted flycheck warnings?
  2015-02-06  5:41 How turn off SOME unwanted flycheck warnings? Chris Seberino
@ 2015-02-07  4:12 ` Chris Seberino
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Seberino @ 2015-02-07  4:12 UTC (permalink / raw)
  To: help-gnu-emacs

I found it....You need to add messages you want to ignore to list as follows...


(setq-default flycheck-disabled-checkers '(emacs-lisp-checkdoc emacs-lisp))


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-07  4:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06  5:41 How turn off SOME unwanted flycheck warnings? Chris Seberino
2015-02-07  4:12 ` Chris Seberino

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.