Skip to content

Commit

Permalink
Merge pull request #2 from typelevel/remove-intellij
Browse files Browse the repository at this point in the history
Remove the intellij runner, docs, and site link
  • Loading branch information
Baccata authored Jan 9, 2024
2 parents 528991b + 3f1ba4f commit 90a8fc4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 285 deletions.
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.

0 comments on commit 90a8fc4

Please sign in to comment.