joshavg / OmgDb

GNU General Public License v2.0
0 stars 0 forks source link

[Insight] Source code should not contain TODO comments - in depfile.yml, line 16 #37

Open joshavg opened 7 years ago

joshavg commented 7 years ago

in depfile.yml, line 16

TODO comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.

    collectors:
      - type: bool
        must:
          - type: className
            regex: AppBundle\\Entity\\Repository\\.+
        # TODO remove me
        must_not:
          - type: className
            regex: AppBundle\\Entity\\Repository\\DateFactory
  - name: Service
    collectors:

Posted from SensioLabsInsight