Search code examples
javascriptidekomodokomodoedit

Is it possible to disable specific warnings in Komodo Edit?


Komodo Edit divides warnings into two categories: regular and strict. Of the strict warnings, some - for example, the warning when a dictionary definition has a trailing comma - are useful to me, while others aren't.

Is there a way, perhaps even through editing Komodo resource files, to disable specific warnings within the 'strict' category?


Solution

  • Maybe installing the kJSlint addon can help? It gives you control over jslint, equal to the official jslint options.