瀏覽代碼

Ignore venv from stylelint

`coverage` ships with a `style.scss`, which `stylelint` attempts to lint.
Jake Howard 4 年之前
父節點
當前提交
897ef63b01
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .stylelintrc.yaml

+ 1 - 0
.stylelintrc.yaml

@@ -1,5 +1,6 @@
 ignoreFiles:
   - node_modules
   - build/**/*
+  - venv/**/*
 extends:
   - '@wagtail/stylelint-config-wagtail'