mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
1f51fcb87f
This replaces the existing arclint linter to ensure the project name does only include a non-breaking space with a pre-commit hook. The regex to check is slightly different to account for escaped non-breaking spaces in JavaScript files and to avoid some false-positives.
25 lines
626 B
PHP
25 lines
626 B
PHP
<?php
|
|
|
|
/**
|
|
* This file is automatically generated. Use 'arc liberate' to rebuild it.
|
|
*
|
|
* @generated
|
|
* @phutil-library-version 2
|
|
*/
|
|
phutil_register_library_map(array(
|
|
'__library_version__' => 2,
|
|
'class' => array(
|
|
'ESLintLinter' => 'src/ESLintLinter.php',
|
|
'JenkinsRenderer' => 'src/JenkinsRenderer.php',
|
|
'LicenceYearLinter' => 'src/LicenceYearLinter.php',
|
|
),
|
|
'function' => array(
|
|
'remove_null' => 'src/JenkinsRenderer.php',
|
|
),
|
|
'xmap' => array(
|
|
'ESLintLinter' => 'ArcanistExternalLinter',
|
|
'JenkinsRenderer' => 'ArcanistLintRenderer',
|
|
'LicenceYearLinter' => 'ArcanistLinter',
|
|
),
|
|
));
|