lint: Disable eqeqeq in legacy configuration

Using type-safe comparisons is a good idea, but after not doing so
for a decade, there's too much existing code around for flipping
the switch right away.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/818
This commit is contained in:
Florian Müllner 2019-08-20 22:18:04 +02:00 committed by Georges Basile Stavracas Neto
parent 0483c78dd1
commit 65c5cfd4dc

View File

@ -1,4 +1,5 @@
rules:
eqeqeq: off
indent:
- error
- 4