Skip to content

Commit

Permalink
Remove documents related to scalafmt-intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishiking committed Sep 10, 2019
1 parent 6256558 commit 40706fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ cache:
- '%USERPROFILE%\.sbt'
- '%USERPROFILE%\.coursier'
- '%USERPROFILE%\scoop\cache'
- scalafmt-intellij\idea
8 changes: 1 addition & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@
Head over to [the user docs][docs] for instructions on how to install scalafmt.

### Quick help

- `sbt compile` on a clean machine will fail to compile the `scalafmt-intellij` project.
- if you plan to develop the intellij plugin, run `downloadIdea` first to fetch the IntelliJ SDK (~600mb).
- or, run `sbt test` or `sbt core/compile` (specific project).
- `sbt compile` or `sbt core/compile` (specific project).
- Run all unit tests: `sbt test`
- Run only formatting tests: `tests/testOnly *FormatTests`.
- Write new formatting test: read [this doc](scalafmt-tests/src/test/resources/readme.md).
- Build docs: See instructions on the [site][docs-guide] or locally at `./docs/contributing-website.md`.
- Hack on IntelliJ plugin: see [this doc](scalafmt-intellij/readme.md).
- Hack on sbt plugin: run `sbt scripted`.
- Run jmh benchmarks: `./bin/run-benchmarks.sh`.
- Run formatter on millions of lines of code: `tests/test:runMain org.scalafmt.ScalafmtProps` (slow, and requires a lot of memory/cpu)
Expand All @@ -27,8 +23,6 @@ Head over to [the user docs][docs] for instructions on how to install scalafmt.
along with this background process:
`browser-sync start --server --files "target/*.html"`.
See [Browsersync](https://www.browsersync.io/).
- `intellij/compile:compileIncremental` failed? Run `downloadIdea` to download custom IntelliJ plugin.
The download may take a while.

### Team
The current maintainers (people who can merge pull requests) are:
Expand Down

0 comments on commit 40706fe

Please sign in to comment.