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

Add ** operator #1157

Merged
merged 1 commit into from
Nov 3, 2024
Merged

Add ** operator #1157

merged 1 commit into from
Nov 3, 2024

Conversation

gilbertbw
Copy link
Contributor

This stops e.g. the following code from showing a readability warning:

defmodule CredoTest do
  @moduledoc """
  An example of the snakecase test failing
  """
  def a ** b do
    nil
  end
end

@rrrene rrrene merged commit 9f356ad into rrrene:master Nov 3, 2024
17 of 19 checks passed
@rrrene
Copy link
Owner

rrrene commented Nov 3, 2024

@gilbertbw Thx! This is part of Credo 1.7.9 🎉

@gilbertbw gilbertbw deleted the gbw-pow-op branch November 8, 2024 16:32
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