diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:55:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:55:42 +0000 |
commit | 62d9962ec7d01c95bf5732169320d3857a41446e (patch) | |
tree | f60d8fc63ff738e5f5afec48a84cf41480ee1315 /test/sanity/code-smell/pymarkdown.config.json | |
parent | Releasing progress-linux version 2.14.13-1~progress7.99u1. (diff) | |
download | ansible-core-62d9962ec7d01c95bf5732169320d3857a41446e.tar.xz ansible-core-62d9962ec7d01c95bf5732169320d3857a41446e.zip |
Merging upstream version 2.16.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/sanity/code-smell/pymarkdown.config.json')
-rw-r--r-- | test/sanity/code-smell/pymarkdown.config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/sanity/code-smell/pymarkdown.config.json b/test/sanity/code-smell/pymarkdown.config.json new file mode 100644 index 0000000..afe83a3 --- /dev/null +++ b/test/sanity/code-smell/pymarkdown.config.json @@ -0,0 +1,11 @@ +{ + "plugins": { + "line-length": { + "line_length": 160, + "code_block_line_length": 160 + }, + "first-line-heading": { + "enabled": false + } + } +} |