Explorar o código

attempt to disable `typography.symbols.multiplication_symbol` check (ineffective on ubuntu's python3-proselint=0.10.2-1)

Fabian Peter Hammerle %!s(int64=4) %!d(string=hai) anos
achega
4f2aee9094
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  1. 5 0
      README.md
  2. 5 0
      config

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+# proselint config
+
+## typography.symbols.multiplication_symbol
+
+https://github.com/amperser/proselint/issues/708

+ 5 - 0
config

@@ -0,0 +1,5 @@
+{
+  "checks": {
+    "typography.symbols.multiplication_symbol": false
+  }
+}