imbajin commented on code in PR #3116: URL: https://github.com/apache/hugegraph/pull/3116#discussion_r3652775336
########## .serena/project.yml: ########## @@ -35,12 +35,7 @@ ignore_all_files_in_gitignore: true # Same syntax as gitignore, so you can use * and **. # Note: global ignored_paths from serena_config.yml are also applied additively. ignored_paths: - # --- Deprecated backends (focus on RocksDB/HStore only) --- - - "hugegraph-server/hugegraph-cassandra/**" - - "hugegraph-server/hugegraph-scylladb/**" - - "hugegraph-server/hugegraph-mysql/**" - - "hugegraph-server/hugegraph-postgresql/**" - - "hugegraph-server/hugegraph-palo/**" + # --- HBase is deprecated and planned for removal in 2.0 --- Review Comment: 🧹 Please remove the nearby license-file count/comment entirely. The exact number of license files is volatile and provides no useful development context, so it should not be retained or merely updated in Serena configuration. Dependency-related legal files should instead be maintained through the release/dependency workflow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
