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

Fix crash with almost empty docstrings #152

Merged
merged 3 commits into from
Aug 30, 2022
Merged

Fix crash with almost empty docstrings #152

merged 3 commits into from
Aug 30, 2022

Conversation

DanielNoord
Copy link
Owner

Closes #151

@DanielNoord DanielNoord added the bug Something isn't working label Aug 30, 2022
@github-actions
Copy link

According to the primer, this change has no effect on the checked open source code. 🤖🎉

@DanielNoord DanielNoord enabled auto-merge (rebase) August 30, 2022 13:30
@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #152 (65ad472) into main (f5a663b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #152   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          578       582    +4     
=========================================
+ Hits           578       582    +4     
Impacted Files Coverage Δ
...cstringformatter/_formatting/formatters_default.py 100.00% <100.00%> (ø)
...ocstringformatter/_formatting/formatters_pep257.py 100.00% <100.00%> (ø)

@DanielNoord DanielNoord merged commit 12d7f40 into main Aug 30, 2022
@DanielNoord DanielNoord deleted the crash branch August 30, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fails on empty docstrings
1 participant