Skip to content

Commit

Permalink
Merge pull request #1119 from avoidaway/master
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Mar 16, 2024
2 parents f24e925 + a55c76b commit 3fb97c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/credo/execution.ex
Expand Up @@ -119,7 +119,7 @@ defmodule Credo.Execution do
alias Credo.Execution.ExecutionSourceFiles
alias Credo.Execution.ExecutionTiming

@doc "Builds an Execution struct for the the given `argv`."
@doc "Builds an Execution struct for the given `argv`."
def build(argv \\ []) when is_list(argv) do
max_concurrent_check_runs = System.schedulers_online()

Expand Down
2 changes: 1 addition & 1 deletion test/credo/priority_test.exs
Expand Up @@ -83,7 +83,7 @@ defmodule Credo.PriorityTest do
assert expected == Priority.scope_priorities(source_file)
end

test "it should not crash if @def_ops attributes provided and and should return correct scope_priorities" do
test "it should not crash if @def_ops attributes provided and should return correct scope_priorities" do
source_file =
"""
defmodule Credo.Sample.Module do
Expand Down

0 comments on commit 3fb97c5

Please sign in to comment.