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

Change exit code on empty requirements and fix false positive on php requirement #80

Merged
merged 5 commits into from
May 17, 2020

Commits on May 17, 2020

  1. Change exit code

    When there are no packages to scan then there should
    be no need to exit the process with an exit code larger than 0.
    
    This should solve a problem for any CI integration for new packages
    where composer-unused will be installed and used from the get go.
    Andreas Frömer committed May 17, 2020
    Configuration menu
    Copy the full SHA
    a735a2e View commit details
    Browse the repository at this point in the history
  2. Add integration test to verfiy proper exit code

    Andreas Frömer committed May 17, 2020
    Configuration menu
    Copy the full SHA
    7f9eae4 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Andreas Frömer committed May 17, 2020
    Configuration menu
    Copy the full SHA
    5605b03 View commit details
    Browse the repository at this point in the history
  4. Fix issue with wrong extension name for core

    Core extension was checked as ext-core which is not correct. This has been solved, so `php` will now be reported as used when any core symbol is used inside the root project.
    Andreas Frömer committed May 17, 2020
    Configuration menu
    Copy the full SHA
    030088b View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Andreas Frömer committed May 17, 2020
    Configuration menu
    Copy the full SHA
    d9f912a View commit details
    Browse the repository at this point in the history