summaryrefslogtreecommitdiffstats
path: root/test/sanity/code-smell/pymarkdown.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanity/code-smell/pymarkdown.config.json')
-rw-r--r--test/sanity/code-smell/pymarkdown.config.json11
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
+ }
+ }
+}