Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/336735 )

Change subject: puppet-lint: remove exception for wrong autoloader layout
......................................................................

puppet-lint: remove exception for wrong autoloader layout

Until now, this specific puppet-lint check for classes
not in the proper autoloader layout has been disabled
because we had so many warnings.

Meanwhile they have all been fixed or ignored with lint::ignore.

So we can remove this exception to make jenkins vote -1
before new classes are added that aren't in the right location.

Bug: T93645
Change-Id: I5321248b5350d92a128805d1dbfbd43603b968bb
---
M .puppet-lint.rc
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/35/336735/1

diff --git a/.puppet-lint.rc b/.puppet-lint.rc
index 151b192..71d706f 100644
--- a/.puppet-lint.rc
+++ b/.puppet-lint.rc
@@ -2,9 +2,6 @@
 # Lot of long lines (ssh keys for example).
 --no-80chars-check
 
-# TO BE FIXED - T93645 - please help
---no-autoloader_layout-check
-
 # T127797 - needs at least one comment line for each class
 --no-documentation-check
 

-- 
To view, visit https://gerrit.wikimedia.org/r/336735
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5321248b5350d92a128805d1dbfbd43603b968bb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to