Completed
Pull Request — master (#1791)
by
unknown
05:28
created

Repository Config

filter:
    path:
        - 'rainloop-webmail/rainloop/v/0.0.0/app/libraries/MailSo/*'
        - 'rainloop-webmail/rainloop/v/0.0.0/app/libraries/RainLoop/*'
        - 'dev/*'
        - 'plugins/*'
        - 'tests/*'
    excluded_paths:
        - '*.min.js'
        - 'vendors/*'
        - 'build/*'
        - 'data/*'
checks:
    javascript:
        no_alert: true
        eqeqeq: true
        no_implicit_undefined_return: true
        no_else_return: true
    php:
        uppercase_constants: true
        remove_extra_empty_lines: true
        no_goto: true
        avoid_perl_style_comments: true