mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
lint: Drop extra ignored nodes in legacy config
They didn't just allow for the style patterns they were added to, but allowed for some messed up indentation to slip through. Now that we adapted the code to not use the old style, it's time to drop the exceptions. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/725
This commit is contained in:
parent
3a9eaa39ea
commit
e44b7df078
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@
|
|||
4,
|
||||
{
|
||||
"ignoredNodes": [
|
||||
"ConditionalExpression",
|
||||
"CallExpression > ArrowFunctionExpression",
|
||||
"CallExpression[callee.object.name=GObject][callee.property.name=registerClass] > ClassExpression:first-child"
|
||||
],
|
||||
"CallExpression": { "arguments": "first" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue