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
767ee564
Commit
767ee564
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
More complete scrunitizer file
parent
4a23a8a7
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
.scrutinizer.yml
+72
-9
72 additions, 9 deletions
.scrutinizer.yml
with
72 additions
and
9 deletions
.scrutinizer.yml
+
72
−
9
View file @
767ee564
...
...
@@ -4,19 +4,82 @@ imports:
-
php
filter
:
excluded_paths
:
[
build/*
,
dev/*
,
doc/*
,
test/*
,
htdocs/includes/*
]
excluded_paths
:
-
'
build/*'
-
'
dev/*'
-
'
doc/*'
-
'
test/*'
-
'
htdocs/includes/*'
paths
:
{
}
tools
:
# Similar Code Detector
php_sim
:
true
# Similar code detection
php_sim
:
enabled
:
true
min_mass
:
16
filter
:
excluded_paths
:
-
'
build/*'
-
'
dev/*'
-
'
doc/*'
-
'
test/*'
-
'
htdocs/includes/*'
paths
:
{
}
# php_depend
php_pdepend
:
enabled
:
true
configuration_file
:
null
suffixes
:
-
php
excluded_dirs
:
{
}
filter
:
excluded_paths
:
-
'
build/*'
-
'
dev/*'
-
'
doc/*'
-
'
test/*'
-
'
htdocs/includes/*'
paths
:
{
}
# Metrics
php_pdepend
:
true
# php_analyzer
php_analyzer
:
enabled
:
true
extensions
:
-
php
dependency_paths
:
{
}
filter
:
excluded_paths
:
-
'
build/*'
-
'
dev/*'
-
'
doc/*'
-
'
test/*'
-
'
htdocs/includes/*'
paths
:
{
}
path_configs
:
{
}
# Some Metrics + Bug Detection/Auto-Fixes
php_analyzer
:
true
# change tracking
php_changetracking
:
enabled
:
true
bug_patterns
:
-
'
\bfix(?:es|ed)?\b'
feature_patterns
:
-
'
\badd(?:s|ed)?\b'
-
'
\bimplement(?:s|ed)?\b'
filter
:
excluded_paths
:
-
'
build/*'
-
'
dev/*'
-
'
doc/*'
-
'
test/*'
-
'
htdocs/includes/*'
paths
:
{
}
# Coding-Style / Bug Detection
js_hint
:
true
## Overwrite as needed here.
\ No newline at end of file
before_commands
:
{
}
after_commands
:
{
}
artifacts
:
{
}
build_failure_conditions
:
{
}
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