From a4e00b0d8140491a61a4bcbfa5c96689695a0051 Mon Sep 17 00:00:00 2001 From: 999axel999 <62794205+999axel999@users.noreply.github.com> Date: Sat, 23 May 2026 09:06:13 +0700 Subject: [PATCH 1/2] fix: remove empty-object lint skip --- eo-runtime/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/eo-runtime/pom.xml b/eo-runtime/pom.xml index d5a720666ec..3cbd6d01031 100644 --- a/eo-runtime/pom.xml +++ b/eo-runtime/pom.xml @@ -270,15 +270,6 @@ skip entry entirely once the lint is removed from the lints repo. --> idempotent-attribute-is-not-first - - empty-object inconsistent-args From 39818122633e216f9dabe8065d7a05fb63c3d91c Mon Sep 17 00:00:00 2001 From: 999axel999 <62794205+999axel999@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:17:09 +0700 Subject: [PATCH 2/2] chore: refresh CI