emacs-ess / ESS

Emacs Speaks Statistics: ESS
https://ess.r-project.org/
GNU General Public License v3.0
622 stars 162 forks source link

flymake + lintr: possible to ignore note-type warnings? #992

Closed vnckppl closed 4 years ago

vnckppl commented 4 years ago

x = 1

results in the warning:

Use <-, not =, for assignment.

Is it possible to configure emacs such that this warning is not displayed?

jabranham commented 4 years ago

Not directly, I think. You can of course omit certain linters via ess-r-flymake-linters but I don't think there's an easy way to ignore all warnings of type :note.

This seems like it might be a useful addition to upstream Emacs; consider filing a bug report (M-x report-emacs-bug) to request this feature.

On Wed 04 Mar 2020 at 10:24, vnckppl notifications@github.com wrote:

x = 1

results in the warning:

Use <-, not =, for assignment.

Is it possible to configure emacs such that this warning is not displayed?

jabranham commented 4 years ago

I'm closing this since it's more of a flymake issue than an ESS issue.