Skip to content

Commit 3f23711

Browse files
authored
[6.0] Remove leftover reCaptcha files (#44321)
Thanks testers and @Fedik for the work.
1 parent e2004d4 commit 3f23711

File tree

4 files changed

+4
-82
lines changed

4 files changed

+4
-82
lines changed

build/media_source/plg_captcha_recaptcha/js/recaptcha.es6.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

build/media_source/plg_captcha_recaptcha_invisible/js/recaptcha.es6.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

build/media_source/plg_captcha_recaptcha_invisible/scss/recaptcha_invisible.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/psr12/phpcs.joomla.report.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,11 @@ private function prepareProcessing($file, $phpcsFile, $line, $column, $error)
144144
break;
145145

146146
case 'Squiz.Classes.ValidClassName.NotCamelCaps':
147-
if (
148-
strpos($file, 'localise') !== false
149-
|| strpos($file, 'recaptcha_invisible') !== false
150-
) {
147+
if (strpos($file, 'localise') !== false) {
151148
$this->preProcessing[] = [
152-
'file' => $file,
153-
'line' => $line,
154-
'column' => $column,
149+
'file' => $file,
150+
'line' => $line,
151+
'column' => $column,
155152
'cleanup' => 'ValidClassNameNotCamelCaps',
156153
];
157154
}

0 commit comments

Comments
 (0)