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

Remove the intellij runner, docs, and site link #2

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ If you're only changing `.md` files, you can run `sbt '~docs/mdoc'`.

Note that the site will look a tiny bit different because to build a versioned website we have some machinery in the script running on CI - but you don't have to worry about that.

### IntelliJ plugin

The code of the IntelliJ plugin lives [there](https://github.com/disneystreaming/weaver-intellij)

### PR Guidelines

Please:
Expand Down
14 changes: 0 additions & 14 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ lazy val allModules = Seq(
framework.projectRefs,
scalacheck.projectRefs,
discipline.projectRefs,
intellijRunner.projectRefs,
effectCores,
effectFrameworks
).flatten
Expand Down Expand Up @@ -271,19 +270,6 @@ lazy val cats = projectMatrix
testFrameworks := Seq(new TestFramework("weaver.framework.CatsEffect"))
)

// #################################################################################################
// Intellij
// #################################################################################################

lazy val intellijRunner = projectMatrix
.sparse(withJS = false, withScala3 = false)
.in(file("modules/intellij-runner"))
.dependsOn(core, framework, framework % "test->compile")
.settings(WeaverPlugin.simpleLayout)
.settings(
name := "intellij-runner"
)

// #################################################################################################
// Misc
// #################################################################################################
Expand Down
68 changes: 0 additions & 68 deletions docs/intellij.md

This file was deleted.

67 changes: 0 additions & 67 deletions modules/intellij-runner/src/weaver/intellij/runner/TeamCity.scala

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"multiple_suites_success",
"multiple_suites_failures",
"multiple_suites_logging"
],
"IDE integrations": [
"intellij"
]
}
}
18 changes: 0 additions & 18 deletions website/static/intellij.xml

This file was deleted.