Run check-byte-order-marker against all text types, not just Python files

This commit is contained in:
Toby Fleming 2019-03-21 16:33:00 -07:00
parent f8ae0aab7b
commit 841c47ebf7

View file

@ -21,7 +21,7 @@
description: Forbid files which have a UTF-8 byte-order marker
entry: check-byte-order-marker
language: python
types: [python]
types: [text]
- id: check-builtin-literals
name: Check builtin type constructor use
description: Require literal syntax when initializing empty or zero Python builtin types.