mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-11 16:59:40 +00:00
Remove @codingStandardsIgnoreFile from alias file
Change-Id: Ib227fdbb561ae121902896a9d0f2d8f89c75cae4
This commit is contained in:
parent
e2cfd550dc
commit
71c1d15860
|
@ -17,7 +17,6 @@
|
|||
*
|
||||
* @file
|
||||
*/
|
||||
// @codingStandardsIgnoreFile
|
||||
|
||||
$specialPageAliases = [];
|
||||
|
||||
|
@ -29,4 +28,4 @@ $specialPageAliases['en'] = [
|
|||
/** Español (Spanish) */
|
||||
$specialPageAliases['es'] = [
|
||||
'LintErrors' => [ 'Errores_de_sintaxis' ],
|
||||
];
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue