소스 검색

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'