Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
ea3afdc6
Unverified
Commit
ea3afdc6
authored
5 years ago
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new scrutinizer environment and add some extra checks.
parent
b2ca6ae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
9 deletions
+28
-9
.scrutinizer.yml
.scrutinizer.yml
+28
-9
No files found.
.scrutinizer.yml
View file @
ea3afdc6
build
:
nodes
:
analysis
:
tests
:
override
:
-
php-scrutinizer-run
filter
:
paths
:
[
src/*
]
paths
:
-
src/
dependency_paths
:
-
lib/
checks
:
php
:
remove_extra_empty_lines
:
true
remove_php_closing_tag
:
true
remove_trailing_whitespace
:
true
check_method_contracts
:
verify_interface_like_constraints
:
true
verify_documented_constraints
:
true
verify_parent_constraints
:
true
fix_doc_comments
:
true
fix_identation_4spaces
:
true
fix_line_ending
:
true
fix_linefeed
:
true
fix_php_opening_tag
:
true
fix_use_statements
:
remove_unused
:
true
preserve_multiple
:
false
preserve_blanklines
:
true
order_alphabetically
:
true
fix_php_opening_tag
:
true
fix_linefeed
:
true
fix_line_ending
:
true
fix_identation_4spaces
:
true
fix_doc_comments
:
true
more_specific_types_in_doc_comments
:
true
no_goto
:
true
param_doc_comment_if_not_inferrable
:
true
parameter_doc_comments
:
true
remove_extra_empty_lines
:
true
return_doc_comment_if_not_inferrable
:
true
return_doc_comments
:
true
simplify_boolean_return
:
true
tools
:
external_code_coverage
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment