KEMBAR78
Print message if there are no input files for fix subcommand (#385) by mdycz · Pull Request #394 · dotenv-linter/dotenv-linter · GitHub
Skip to content

Conversation

mdycz
Copy link
Contributor

@mdycz mdycz commented Mar 19, 2021

Closes #385

✔ Checklist:

  • Commit messages have been written in Conventional Commits format;
  • This PR has been added to CHANGELOG.md (at the top of the list);
  • Tests for the changes have been added (for bug fixes / features);

@mdycz mdycz changed the title Print message if there are no input files for fix subcommand Print message if there are no input files for fix subcommand (#385) Mar 19, 2021
@codecov-io
Copy link

Codecov Report

Merging #394 (2616c9b) into master (492d3a4) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 2616c9b differs from pull request most recent head 6cf3ad3. Consider uploading reports for the commit 6cf3ad3 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
+ Coverage   95.32%   95.34%   +0.01%     
==========================================
  Files          37       37              
  Lines        2376     2382       +6     
==========================================
+ Hits         2265     2271       +6     
  Misses        111      111              
Impacted Files Coverage Δ
src/common/output/fix.rs 100.00% <100.00%> (ø)
src/lib.rs 87.96% <100.00%> (+0.18%) ⬆️

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 492d3a4...6cf3ad3. Read the comment docs.

mstruebing
mstruebing previously approved these changes Mar 20, 2021
Copy link
Member

@mstruebing mstruebing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much, for me it looks good!

Copy link
Member

@mgrachev mgrachev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdycz 👋 Thank you for your contribution 🚀

I have left some comments. Please take a look at them 👀

@mgrachev mgrachev added this to the v3.1.0 milestone Mar 21, 2021
@mgrachev mgrachev merged commit dd165c3 into dotenv-linter:master Mar 24, 2021
@mgrachev
Copy link
Member

@mdycz Thank you for your help ✌️

🙏 If it’s not difficult for you, please support the project - star on GitHub ⭐️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Print a message "Nothing to fix"

5 participants