简体   繁体   中英

Slowing down Rubocop warnings in Atom

Is there a way to get a bigger delay between typing and getting a warning from Rubocop in Atom?

I find the warnings distracting and would like to increase the delay before they show up. Or even disable dynamic warnings altogether. Are either possible?

The "Lint As You Type Interval" for all installed linters has a global setting in the linter package settings.

  1. Open Settings with cmd-,
  2. Click on Packages in the left side menu.
  3. Type linter into the "Filter by package name" field.
  4. Click anywhere in the linter package box that shows up below.
  5. Find the "Lint As You Type Interval" setting near the top.
  6. Enter the number of milliseconds you want the delay. Default is 300.
  7. Or turn it off completely by unchecking the "Lint As You Type" check-box.

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM