()
| 133 | }; |
| 134 | |
| 135 | const getExcludedRegExp = function() { |
| 136 | const configValue = grunt.config('excludedRegExp'); |
| 137 | return configValue || grunt.config('excludedRegExp', generateExcludedRegExp()); |
| 138 | }; |
| 139 | |
| 140 | const getScriptSafeRegExp = function() { |
| 141 | const configValue = grunt.config('scriptSafeRegExp'); |
no test coverage detected