feat(git_metrics): add option to ignore submodules (#5052)

* add docs

* update schema

* ok, actually update schema

* add test

* fix lint

* accidentally included my .devenv directory
This commit is contained in:
Colton Donnelly
2023-04-13 12:04:15 -07:00
committed by GitHub
parent 27ffa37cfd
commit ce01423152
4 changed files with 50 additions and 14 deletions
+1
View File
@@ -1820,6 +1820,7 @@ To enable it, set `disabled` to `false` in your configuration file.
| `only_nonzero_diffs` | `true` | Render status only for changed items. |
| `format` | `'([+$added]($added_style) )([-$deleted]($deleted_style) )'` | The format for the module. |
| `disabled` | `true` | Disables the `git_metrics` module. |
| `ignore_submodules` | `false` | Ignore changes to submodules |
### Variables