Java: Fix track configuration

Created on 16 Aug 2017  路  5Comments  路  Source: exercism/java

v3.3.0 of configlet reports:

$ configlet lint .
-> An implementation for '.idea' was found, but config.json does not reference this exercise.
-> An implementation for '.gradle' was found, but config.json does not reference this exercise.
-> The implementation for '.idea' is missing an example solution.
-> The implementation for '.gradle' is missing an example solution.
-> The implementation for '.gradle' is missing a test suite.

We should investigate these warnings.

bug

All 5 comments

This could be fixed with the ignored key in config.json, however, support for that was removed. Ref. #633 exercism/meta#3

I wonder if configlet could be updated to respect the .gitignore

Looks like a PR has been opened to fix this: https://github.com/exercism/configlet/pull/115. So hopefully it should be fixed soon 馃檪

https://github.com/exercism/configlet/pull/115 has been merged :tada:

That closes this issue :slightly_smiling_face:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FridaTveit picture FridaTveit  路  6Comments

stkent picture stkent  路  5Comments

FridaTveit picture FridaTveit  路  4Comments

rvictorino picture rvictorino  路  5Comments

FridaTveit picture FridaTveit  路  6Comments