些細な不具合です。IntelliJ IDEA インスペクションは、実際に存在するときに解決できないファイル パスを報告します。たとえば、index.html のこの行で
<link rel="stylesheet" type="text/css" href="${contextRoot}/app/bower_components/bootstrap/dist/css/bootstrap.min.css">
検査は言う:Cannot resolve directory ${contextRoot}
。
インスペクションを無効にせずに修正するにはどうすればよいですか?