mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 09:55:52 +00:00
GitBook: [#175] No subject
This commit is contained in:
parent
9b7bc505d7
commit
2a4c894f14
@ -49,6 +49,19 @@ v17.3.0
|
|||||||
1.22.17
|
1.22.17
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install pre-commit hooks
|
||||||
|
|
||||||
|
We use pre-commit hooks to run checkstyle for Java and Python and format it as per our coding style. 
|
||||||
|
|
||||||
|
Please install the following to format the code during the git commit process
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/open-metadata/OpenMetadata
|
||||||
|
cd openmetadata
|
||||||
|
make install_dev
|
||||||
|
make install_test precommit_install
|
||||||
|
```
|
||||||
|
|
||||||
### OpenMetadata API Backend
|
### OpenMetadata API Backend
|
||||||
|
|
||||||
We use Java for developing OpenMetadata backend server. Following are the key technologies that we use for the backend:
|
We use Java for developing OpenMetadata backend server. Following are the key technologies that we use for the backend:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user