Skip to content

Commit b79f688

Browse files
committed
Undid changes to DEVELOPER_GUIDE.rst.
Signed-off-by: Mitchell Gale <[email protected]>
1 parent a933404 commit b79f688

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

DEVELOPER_GUIDE.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Note that missing license header will be detected by Gradle license plugin and f
113113
Making Code Changes
114114
===================
115115

116-
Project Structure
117-
-----------------
116+
Project Strucure
117+
----------------
118118

119119
The plugin codebase is in standard layout of Gradle project::
120120

@@ -213,7 +213,7 @@ Most of the time you just need to run ./gradlew build which will make sure you p
213213
* - ./gradlew generateGrammarSource
214214
- (Re-)Generate ANTLR parser from grammar file.
215215
* - ./gradlew compileJava
216-
- Compile all Java source files.
216+
- Compile all Java source files.
217217
* - ./gradlew checkstyle
218218
- Run all checks according to Checkstyle configuration.
219219
* - ./gradlew test
@@ -226,10 +226,6 @@ Most of the time you just need to run ./gradlew build which will make sure you p
226226
- Build plugin by run all tasks above (this takes time).
227227
* - ./gradlew pitest
228228
- Run PiTest mutation testing (see more info in `#1204 <https://github.com/opensearch-project/sql/pull/1204>`_)
229-
* - ./gradlew spotlessCheck
230-
- Runs Spotless to check for code style.
231-
* - ./gradlew spotlessApply
232-
- Automatically apply spotless code style changes.
233229

234230
For integration test, you can use ``-Dtests.class`` “UT full path” to run a task individually. For example ``./gradlew :integ-test:integTest -Dtests.class="*QueryIT"``.
235231

0 commit comments

Comments
 (0)