mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
rules:
|
||||
eqeqeq: off
|
||||
indent:
|
||||
- error
|
||||
- 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue