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:
parent
0483c78dd1
commit
65c5cfd4dc
@ -1,4 +1,5 @@
|
||||
rules:
|
||||
eqeqeq: off
|
||||
indent:
|
||||
- error
|
||||
- 4
|
||||
|
Loading…
Reference in New Issue
Block a user