File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ title: Contributing
1414
1515## Testing
1616
17- Take a look at https://github.com/scalameta/scalafmt/blob/master/scalafmt-tests/src/test/resources/readme.md to see how to test your changes.
17+ Take a look at https://github.com/scalameta/scalafmt/blob/master/scalafmt-tests/shared/ src/test/resources/readme.md to see how to test your changes.
1818
1919## Opening pull requests
2020
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Head over to [the user docs][docs] for instructions on how to install scalafmt.
1111- ` sbt compile ` or ` sbt core/compile ` (specific project).
1212- Run all unit tests: ` sbt test `
1313- Run only formatting tests: ` tests/testOnly *FormatTests ` .
14- - Write new formatting test: read [ this doc] ( scalafmt-tests/src/test/resources/readme.md ) .
14+ - Write new formatting test: read [ this doc] ( scalafmt-tests/shared/ src/test/resources/readme.md ) .
1515- Build docs: See instructions on the [ site] [ docs-guide ] or locally at ` ./docs/contributing-website.md ` .
1616- Hack on sbt plugin: run ` sbt scripted ` .
1717- Run jmh benchmarks: ` ./bin/run-benchmarks.sh ` .
You can’t perform that action at this time.
0 commit comments