Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84ddff3

Browse files
committed
Check config JSON before trying to Open File
1 parentf85c01e commit84ddff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pmd.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (filesToAnalyse.isEmpty()) {
2626
}
2727

2828
def ruleSetPath
29-
if (newFile(parsedConfig.config).exists() ) {
29+
if (parsedConfig.config&& (newFile(parsedConfig.config).exists()) ) {
3030
ruleSetPath= parsedConfig.config
3131
}else {
3232
ruleSetPath="/usr/src/app/ruleset.xml"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp