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

Adding Styler + PNM format improvement #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Adding Styler + PNM format improvement #10

wants to merge 4 commits into from

Conversation

rNoz
Copy link
Collaborator

@rNoz rNoz commented Jun 9, 2024

Adding Styler and improving a case for the PNM format to act as in the other formats, in case the pnm signature is not fully formed, it won't parse the size. Test added to check proper behavior.

@warmwaffles Styler automatically refactored a few places, like the main file, tiff and pnm.

PNM Case:

Previous coverage:
image

Current coverage:
image

@rNoz rNoz changed the title Adding Styler Adding Styler + PNM format improvement Jun 9, 2024
@@ -35,7 +35,8 @@ defmodule ExImageInfo.Mixfile do
{:excoveralls, "~> 0.18", only: :test},
{:ex_doc, "~> 0.30", only: :dev},
{:inch_ex, "~> 2.0", only: [:dev, :test]},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:styler, "~> 1.0.0-rc.0", only: [:dev, :test], runtime: false}
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh is this still in rc status? 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants