Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix [JENKINS-11096] - Always process from workspace
  • Loading branch information
gboissinot committed Dec 31, 2011
1 parent be31a76 commit 536884f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -169,7 +169,6 @@ private Object readResolve() {
//Config
org.jenkinsci.plugins.cppcheck.config.CppcheckConfig newConfig = new org.jenkinsci.plugins.cppcheck.config.CppcheckConfig(
cppcheckConfig.getCppcheckReportPattern(),
true,
cppcheckConfig.isIgnoreBlankFiles(),
cppcheckConfig.getConfigSeverityEvaluation().getThreshold(),
cppcheckConfig.getConfigSeverityEvaluation().getNewThreshold(),
Expand Down
Expand Up @@ -223,7 +223,6 @@ public void setCppcheckConfig(CppcheckConfig cppcheckConfig) {
private Object readResolve() {
org.jenkinsci.plugins.cppcheck.config.CppcheckConfig newConfig = new org.jenkinsci.plugins.cppcheck.config.CppcheckConfig(
cppcheckConfig.getCppcheckReportPattern(),
true,
cppcheckConfig.isIgnoreBlankFiles(),
cppcheckConfig.getConfigSeverityEvaluation().getThreshold(),
cppcheckConfig.getConfigSeverityEvaluation().getNewThreshold(),
Expand Down

0 comments on commit 536884f

Please sign in to comment.