Eclipse: Javascript validation disabled. but still generating errors?

前端 未结 9 749
南方客
南方客 2020-12-12 13:05

The validation in Eclipse is catching what it deems \"errors\" in the framework I\'ve been using just fine.

  • Project -> Properties -> Validation

9条回答
  •  -上瘾入骨i
    2020-12-12 13:25

    Assuming you do the steps as specified in the accepted answer of this thread, As an example, in order to exclude all .js files from dojo folder recursively, add dojo/**/*.js

提交回复
热议问题