File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ defmodule Credo.Execution do
119
119
alias Credo.Execution.ExecutionSourceFiles
120
120
alias Credo.Execution.ExecutionTiming
121
121
122
- @ doc "Builds an Execution struct for the the given `argv`."
122
+ @ doc "Builds an Execution struct for the given `argv`."
123
123
def build ( argv \\ [ ] ) when is_list ( argv ) do
124
124
max_concurrent_check_runs = System . schedulers_online ( )
125
125
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ defmodule Credo.PriorityTest do
83
83
assert expected == Priority . scope_priorities ( source_file )
84
84
end
85
85
86
- test "it should not crash if @def_ops attributes provided and and should return correct scope_priorities" do
86
+ test "it should not crash if @def_ops attributes provided and should return correct scope_priorities" do
87
87
source_file =
88
88
"""
89
89
defmodule Credo.Sample.Module do
You can’t perform that action at this time.
0 commit comments