Skip to content

Commit dc2bb04

Browse files
chore(#5224): disable compound-name lint and enable sparse-decoration lint
1 parent 1738514 commit dc2bb04

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

eo-runtime/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -238,20 +238,6 @@
238238
names in the atoms, in order to enable this lint.
239239
-->
240240
<lint>duplicate-names-in-diff-context</lint>
241-
<!--
242-
@todo #4096:30min. Enable `sparse-decoration` lint.
243-
After we merged EO tests together with their source objects, and removed
244-
`+tests` meta, we have complains about sparse-decoration. Let's adjust and
245-
enable it.
246-
-->
247-
<!-- <lint>sparse-decoration</lint> -->
248-
<!--
249-
@todo #5221:30min Enable `compound-name` lint.
250-
Several objects in eo-runtime use compound names that follow system
251-
or platform naming conventions (e.g. neg-inf, groups-count, sin-family).
252-
Either rename the objects or adjust the lint rule, then enable it.
253-
-->
254-
<lint>compound-name</lint>
255241
</skipSourceLints>
256242
<skipProgramLints>
257243
<lint>inconsistent-args</lint>

0 commit comments

Comments
 (0)