summaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/test/sanity/code-smell/pymarkdown.config.json b/test/sanity/code-smell/pymarkdown.config.json
deleted file mode 100644
index afe83a35..00000000
--- a/test/sanity/code-smell/pymarkdown.config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "plugins": {
- "line-length": {
- "line_length": 160,
- "code_block_line_length": 160
- },
- "first-line-heading": {
- "enabled": false
- }
- }
-}