We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef62b5d + 0e5505f commit d37219bCopy full SHA for d37219b
2 files changed
…github/event/pull_request/body_parser.ex …quest/github_pull_request/body_parser.exlib/code_corps/github/event/pull_request/body_parser.ex renamed to lib/code_corps/github/sync/pull_request/github_pull_request/body_parser.ex
@@ -1,4 +1,4 @@
1
-defmodule CodeCorps.GitHub.Event.PullRequest.BodyParser do
+defmodule CodeCorps.GitHub.Sync.PullRequest.BodyParser do
2
@moduledoc ~S"""
3
In charge of extracting ids from markdown content, paired to a predefined list
4
of keywords.
…/event/pull_request/body_parser_test.exs …b/sync/pull_request/body_parser_test.exstest/lib/code_corps/github/event/pull_request/body_parser_test.exs renamed to test/lib/code_corps/github/sync/pull_request/body_parser_test.exs
@@ -1,11 +1,11 @@
-defmodule CodeCorps.GitHub.Event.PullRequest.BodyParserTest do
+defmodule CodeCorps.GitHub.Sync.PullRequest.BodyParserTest do
@moduledoc false
use ExUnit.Case, async: true
5
6
7
alias CodeCorps.{
8
- GitHub.Event.PullRequest.BodyParser
+ GitHub.Sync.PullRequest.BodyParser
9
}
10
11
describe "extract_closing_ids/1" do
0 commit comments