Skip to content

Commit

Permalink
chore: update scrutinizer and travis (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod authored Aug 18, 2020
1 parent 0bd2097 commit 81e2924
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 85 deletions.
91 changes: 7 additions & 84 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,86 +1,9 @@
checks:
php:
verify_property_names: true
verify_access_scope_valid: true
variable_existence: true
useless_calls: true
use_statement_alias_conflict: true
use_self_instead_of_fqcn: true
uppercase_constants: true
unused_variables: true
unused_properties: true
unused_parameters: true
unused_methods: true
unreachable_code: true
too_many_arguments: true
symfony_request_injection: true
switch_fallthrough_commented: false
sql_injection_vulnerabilities: true
single_namespace_per_use: true
simplify_boolean_return: true
side_effects_or_types: true
security_vulnerabilities: true
return_doc_comments: true
return_doc_comment_if_not_inferrable: true
require_scope_for_properties: true
require_scope_for_methods: true
require_php_tag_first: true
psr2_switch_declaration: true
psr2_class_declaration: true
properties_in_camelcaps: true
precedence_mistakes: true
precedence_in_conditions: true
phpunit_assertions: true
php5_style_constructor: true
parse_doc_comments: true
parameters_in_camelcaps: true
parameter_non_unique: true
parameter_doc_comments: true
param_doc_comment_if_not_inferrable: true
overriding_private_members: true
optional_parameters_at_the_end: true
one_class_per_file: true
no_unnecessary_if: true
no_unnecessary_final_modifier: true
no_underscore_prefix_in_properties: true
no_underscore_prefix_in_methods: true
no_trailing_whitespace: true
no_short_variable_names:
minimum: '2'
no_short_open_tag: true
no_short_method_names:
minimum: '3'
no_property_on_interface: true
no_non_implemented_abstract_methods: true
no_goto: true
no_global_keyword: true
no_exit: true
no_eval: true
no_error_suppression: true
no_empty_statements: true
no_commented_out_code: true
no_debug_code: true
no_duplicate_arguments: true
newline_at_end_of_file: true
argument_type_checks: true
assignment_of_null_return: true
avoid_aliased_php_functions: true
avoid_closing_tag: true
avoid_conflicting_incrementers: true
avoid_duplicate_types: true
avoid_multiple_statements_on_same_line: true
avoid_superglobals: true
fix_doc_comments: false
non_commented_empty_catch_block: false
line_length:
max_length: '120'
encourage_single_quotes: true
classes_in_camel_caps: true
more_specific_types_in_doc_comments: true
avoid_unnecessary_concatenation: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run

tools:
external_code_coverage: true
php_code_sniffer:
config:
standard: "PSR2"
external_code_coverage: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Drop php < 7.2 and Symfony unmaintained version
- Remove versioneye
- Upgrade scrutinizer & travis

## [v1.2.1](https://github.com/gbprod/uuid-normalizer/compare/v1.2.0...HEAD)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uuid normalizer

[![Build Status](https://travis-ci.org/gbprod/uuid-normalizer.svg?branch=master)](https://travis-ci.org/gbprod/uuid-normalizer)
[![Build Status](https://travis-ci.com/gbprod/uuid-normalizer.svg?branch=master)](https://travis-ci.com/gbprod/uuid-normalizer)
[![codecov](https://codecov.io/gh/gbprod/uuid-normalizer/branch/master/graph/badge.svg)](https://codecov.io/gh/gbprod/uuid-normalizer)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/gbprod/uuid-normalizer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/gbprod/uuid-normalizer/?branch=master)

Expand Down

0 comments on commit 81e2924

Please sign in to comment.