Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add psalm workflow #423

Merged
merged 12 commits into from
Aug 31, 2022
Merged

Add psalm workflow #423

merged 12 commits into from
Aug 31, 2022

Commits on Aug 23, 2022

  1. Add psalm configuration

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    842b2f3 View commit details
    Browse the repository at this point in the history
  2. Fix errors spotted by psalm

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5c22c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Update index.php from lib/

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f039ecf View commit details
    Browse the repository at this point in the history
  2. Scope vimeo/psalm

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0eaef8e View commit details
    Browse the repository at this point in the history
  3. Exclude tests/data for php-cs-fixer

    If you run the tests locally a copy of Nextcloud is stored there and running php-cs-fix will take a while.
    
    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6430ce3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Add psalm github workflow

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6ed2821 View commit details
    Browse the repository at this point in the history
  2. Regenerate bin files

    Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
    kesselb committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    22c3506 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Suppress false-positive psalm errors

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    fc0aedd View commit details
    Browse the repository at this point in the history
  2. Bump psalm level to 4

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    fff4e59 View commit details
    Browse the repository at this point in the history
  3. Update index.php

    rm index.php; make index.php
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    102710c View commit details
    Browse the repository at this point in the history
  4. List files on which index.php depends in the Makefile

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    78a2da0 View commit details
    Browse the repository at this point in the history
  5. Update updater.phar

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7e11e58 View commit details
    Browse the repository at this point in the history