Add --disabled-rules flag to ktlint.py for rule customization

Introduced a --disabled-rules argument to the ktlint.py script.
This allows developers to selectively disable specific klint rules for
individual projects.

Example

```
[Hook Scripts]

ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --disabled-rules comment-wrapping -f ${PREUPLOAD_FILES}

```

Test: manual
Change-Id: Ifaf576492c000ce380f4bfb97b873ec755f4d019
1 file changed
tree: 94dedc5ad9aa0800c9ad2d1f30adcdf6f776719a
  1. .editorconfig
  2. ktlint-android-all.jar
  3. ktlint.py
  4. LICENSE