4

I'm trying to setup cppcheck for sublimelinter and I'm not sure why background check isn't working.

The following works:

  • "SublimeLinter: Next Error" => finds the next error

  • ctrl, s => finds the errors

I double checked and I definitely am in background mode.

Does cppcheck have a background mode for sublimelinter? It would make sense if it doesn't because C is compiled. But just wanted to make sure because I couldn't find anything on this.

orbitcowboy
  • 1,438
  • 13
  • 25
theamycode
  • 219
  • 3
  • 10

1 Answers1

1

It is a limitation of cppcheck - see https://github.com/SublimeLinter/SublimeLinter-cppcheck/issues/10 for explanation.

Gleb Varenov
  • 2,795
  • 3
  • 18
  • 18