Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 682 Bytes

Contributing

Setting up the environment

Using pre-commit hooks

Pre-commit is a framework used to manage git hooks and we use it to deliver choerent linting and static checks to all the contributors. After you install pre-commit on your machine you can enable the hooks for Structured Data Profiling by running

pre-commit install

from the repo root folder. From that point on, every time you do a git commit linters will run against your changes. Hooks will auto-fix your changes. Note that if any hook fail, the commit will be blocked; you need to add the modified file and commit it again.