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

Enhancement: Add --no-check-lock option to allow skipping validation of composer.lock #515

Merged
merged 1 commit into from
Aug 16, 2020

Conversation

localheinz
Copy link
Member

This PR

  • adds a --no-check-lock option to allow skipping validation of composer.lock

Fixes #510.

@codecov
Copy link

codecov bot commented Aug 16, 2020

Codecov Report

Merging #515 into main will increase coverage by 0.47%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #515      +/-   ##
============================================
+ Coverage     80.92%   81.40%   +0.47%     
- Complexity       41       42       +1     
============================================
  Files             4        4              
  Lines           194      199       +5     
============================================
+ Hits            157      162       +5     
  Misses           37       37              
Impacted Files Coverage Δ Complexity Δ
src/Command/NormalizeCommand.php 85.95% <100.00%> (+0.40%) 35.00 <0.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05354a3...156c801. Read the comment docs.

@localheinz localheinz force-pushed the feature/no-check-lock branch from 431a4b2 to 156c801 Compare August 16, 2020 21:10
@localheinz localheinz merged commit 704974d into main Aug 16, 2020
@localheinz localheinz deleted the feature/no-check-lock branch August 16, 2020 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow skipping composer lock freshness check by introducing new option --no-check-lock
2 participants