|
227 | 227 | <ignoreRuntime>true</ignoreRuntime> |
228 | 228 | <lintAsPackage>false</lintAsPackage> |
229 | 229 | <skipSourceLints> |
230 | | - <lint>empty-object</lint> |
| 230 | + <!-- |
| 231 | + @todo #4148:35min Enable `unused-void-attr` lint. |
| 232 | + We should enable this lint after the following issue with magic |
| 233 | + voids will be resolved: https://github.com/objectionary/lints/issues/574. |
| 234 | + Don't forget to enable `unused-void-attr` in the `test–compile` execution as well. |
| 235 | + --> |
231 | 236 | <lint>unused-void-attr</lint> |
| 237 | + <!-- |
| 238 | + @todo #4148:35min Enable `duplicate-names-in-diff-context` lint. |
| 239 | + For now its too pedantic. See this: https://github.com/objectionary/lints/issues/578. |
| 240 | + Also, we should fix the bug with false positives with lambda object names in the atoms, |
| 241 | + in order to enable this lint. |
| 242 | + --> |
| 243 | + <lint>duplicate-names-in-diff-context</lint> |
232 | 244 | </skipSourceLints> |
233 | 245 | <keepBinaries> |
234 | 246 | <glob>EOorg/package-info.class</glob> |
|
261 | 273 | <generatedDir>${project.build.directory}/generated-test-sources</generatedDir> |
262 | 274 | <ignoreRuntime>true</ignoreRuntime> |
263 | 275 | <skipSourceLints> |
264 | | - <lint>unit-test-without-phi</lint> |
265 | 276 | <lint>unused-void-attr</lint> |
| 277 | + <!-- |
| 278 | + @todo #4148:35min Enable `anonymous-formation` lint after required fixes. |
| 279 | + We should enable `anonymous-formation` lint, right after these issues will resolved in |
| 280 | + linter: https://github.com/objectionary/lints/issues/561, https://github.com/objectionary/lints/issues/562. |
| 281 | + --> |
266 | 282 | <lint>anonymous-formation</lint> |
267 | 283 | </skipSourceLints> |
268 | 284 | <skipProgramLints> |
| 285 | + <!-- |
| 286 | + @todo #4148:35min Enable `inconsistent-args` lint after its adjustment. |
| 287 | + We should enable this lint after the issue with self object names will be resolved: |
| 288 | + https://github.com/objectionary/lints/issues/576. |
| 289 | + --> |
269 | 290 | <lint>inconsistent-args</lint> |
270 | 291 | </skipProgramLints> |
271 | 292 | </configuration> |
|
0 commit comments