Problem/Motivation

Drupal.org security advisory coverage applications

The .module file is missing /** @file */ block.

Comments

arturopanetta created an issue. See original summary.

  • arturopanetta committed 4beb079 on 8.x-1.x
    Issue #3198025: The .module file is missing /** @file */ block
    
arturopanetta’s picture

Status: Active » Needs review
bramdriesen’s picture

Status: Needs review » Needs work

Your breaking the max amount if characters allowed on one line here. It's also not needed to really specify what the module itself does, rather say what is in the file.

bramdriesen’s picture

Status: Needs work » Reviewed & tested by the community

Just noticed you corrected this here #3198269: Review code so it's ok.

arturopanetta’s picture

Status: Reviewed & tested by the community » Fixed

Thank you :) :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

avpaderno’s picture