Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
025211fa
Commit
025211fa
authored
12 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: try again
parent
44dde562
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quickbuild.xml
+2
-2
2 additions, 2 deletions
quickbuild.xml
with
2 additions
and
2 deletions
quickbuild.xml
+
2
−
2
View file @
025211fa
...
...
@@ -2,7 +2,7 @@
<project
name=
"dolibarr"
default=
"hudson"
basedir=
"."
>
<!-- Exclude/ignore paths -->
<property
name=
"ignorepaths"
value=
"${basedir}/htdocs/conf,${basedir}/htdocs/core/filemanagerdol,${basedir}/htdocs/includes"
/>
<property
name=
"ignorepaths"
value=
"${basedir}/htdocs/conf
/*
,${basedir}/htdocs/core/filemanagerdol
/*
,${basedir}/htdocs/includes
/*
"
/>
<property
name=
"ignoreregexp"
value=
"**/PEAR/*,**/NET/*,**/HTTP/*,**/zendgdata/*,**/reportico/*"
/>
<target
name=
"clean"
>
...
...
@@ -69,7 +69,7 @@
<target
name=
"phpcs"
>
<exec
executable=
"phpcs"
dir=
"${basedir}"
>
<arg
line=
" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
--ignore=${
basedir}/htdocs/conf/,${basedir}/htdocs/core/filemanagerdol/,${basedir}/htdocs/includes/
--ignore=${
ignorepaths},${ignoreregexp}
--report=checkstyle
--report-file=${basedir}/hudson/logs/checkstyle.xml
-v
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment