Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(265 errors, 58 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

auth/saml2sso/auth.php
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "componentName" must be all lower-case
(#83) Variable "legacyComponentName" must be all lower-case
(#84) Variable "componentName" must be all lower-case
(#84) Variable "legacyComponentName" must be all lower-case
(#95) Whitespace found at end of line
(#114) Variable "button_path" must not contain underscores.
(#116) Variable "button_path" must not contain underscores.
(#118) Variable "button_name" must not contain underscores.
(#120) Variable "button_name" must not contain underscores.
(#125) Variable "button_name" must not contain underscores.
(#126) Variable "button_path" must not contain underscores.
(#130) Variable "username_attribute" must not contain underscores.
(#141) Variable "username_attribute" must not contain underscores.
(#142) Variable "username_attribute" must not contain underscores.
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Expected "if (...) {\n"; found "if (...){\n"
(#187) Expected "} else {\n"; found "}\n else {\n"
(#202) Expected "if (...) {\n"; found "if(...){\n"
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Line exceeds 132 characters; contains 136 characters
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Whitespace found at end of line
(#280) Variable "apply_session_control" must not contain underscores.
(#283) Variable "apply_session_control" must not contain underscores.
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Whitespace found at end of line
(#298) Variable "apply_session_control" must not contain underscores.
(#302) Whitespace found at end of line
(#307) Expected "} else {\n"; found "}\n else {\n"
(#312) Whitespace found at end of line
(#316) Whitespace found at end of line
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) No space found before comment text; expected "// If autocreate is not allowed, show error" but found "//If autocreate is not allowed, show error"
(#376) Inline doc block comments are not allowed; use "// Comment." instead
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) Variable "apply_session_control" must not contain underscores.
(#411) Variable "apply_session_control" must not contain underscores.
(#412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#413) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) Whitespace found at end of line
(#462) Whitespace found at end of line
(#576) Line exceeds maximum limit of 180 characters; contains 231 characters
(#585) Line exceeds 132 characters; contains 134 characters
(#587) Line exceeds 132 characters; contains 135 characters
(#589) Whitespace found at end of line
(#592) Line exceeds maximum limit of 180 characters; contains 207 characters
(#614) Expected "} else {\n"; found "}\n else {\n"
(#631) Expected 1 space before "=>"; 0 found
(#631) Expected 1 space after "=>"; 0 found
(#631) Line exceeds 132 characters; contains 135 characters
(#632) Line exceeds 132 characters; contains 133 characters
(#637) Expected "} else {\n"; found "}\n else {\n"
(#638) Line exceeds 132 characters; contains 133 characters
auth/saml2sso/classes/event/not_searchable.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
auth/saml2sso/classes/event/user_kicked_off.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
auth/saml2sso/classes/event/user_migrated.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
auth/saml2sso/classes/privacy/provider.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
auth/saml2sso/classes/task/sync_users.php
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#55) Expected "} else {\n"; found "}\n else {\n"
(#76) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#79) Expected "} else {\n"; found "}\n else {\n"
auth/saml2sso/db/upgrade.php
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Variable "show_tackeover_page" must not contain underscores.
(#70) Variable "show_tackeover_page" must not contain underscores.
auth/saml2sso/lang/en/auth_saml2sso.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) No space found before comment text; expected "// label config strings" but found "//label config strings"
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// _help config strings" but found "//_help config strings"
(#65) Space found before semicolon; expected "'<strong>deprecated, use an authproc</strong> Field from Identity Provider containing the user first name';" but found "'<strong>deprecated, use an authproc</strong> Field from Identity Provider containing the user first name' ;"
(#68) Whitespace found at end of line
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// error config strings" but found "//error config strings"
auth/saml2sso/lang/it/auth_saml2sso.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) No space found before comment text; expected "// label config strings" but found "//label config strings"
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// _help config strings" but found "//_help config strings"
(#65) Space found before semicolon; expected "'<strong>deprecato, usare una authproc</strong> Attributo ricevuto dall\'IdP contenente il nome';" but found "'<strong>deprecato, usare una authproc</strong> Attributo ricevuto dall\'IdP contenente il nome' ;"
(#68) Whitespace found at end of line
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// error config strings" but found "//error config strings"
(#98) Whitespace found at end of line within string
auth/saml2sso/lang/pt_br/auth_saml2sso.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) No space found before comment text; expected "// label config strings" but found "//label config strings"
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) No space found before comment text; expected "// _help config strings" but found "//_help config strings"
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// error config strings" but found "//error config strings"
auth/saml2sso/locallib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#18) Whitespace found at end of line
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) "require_once" must be immediately followed by an open parenthesis
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Whitespace found at end of line
(#95) Variable "known_plugins" must not contain underscores.
(#96) Variable "known_plugins" must not contain underscores.
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
auth/saml2sso/settings.php
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) This comment is 45% valid code; is this commented out code?
(#58) Variable "field_setting" must not contain underscores.
(#59) Variable "field_setting" must not contain underscores.
(#60) Variable "field_setting" must not contain underscores.
(#61) Variable "field_setting" must not contain underscores.
(#64) Whitespace found at end of line
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "field_setting" must not contain underscores.
(#68) Variable "field_setting" must not contain underscores.
(#69) Variable "field_setting" must not contain underscores.
(#70) Variable "field_setting" must not contain underscores.
(#78) Variable "field_setting" must not contain underscores.
(#80) Variable "field_setting" must not contain underscores.
(#80) Whitespace found at end of line
(#81) Variable "field_setting" must not contain underscores.
(#81) Whitespace found at end of line
(#82) Variable "field_setting" must not contain underscores.
(#82) Whitespace found at end of line
(#83) Whitespace found at end of line
(#87) Whitespace found at end of line
(#88) Variable "field_setting" must not contain underscores.
(#90) Variable "field_setting" must not contain underscores.
(#91) Variable "field_setting" must not contain underscores.
(#92) Variable "field_setting" must not contain underscores.
(#100) Variable "field_setting" must not contain underscores.
(#102) Variable "field_setting" must not contain underscores.
(#103) Variable "field_setting" must not contain underscores.
(#103) Whitespace found at end of line
(#104) Variable "field_setting" must not contain underscores.
(#111) Whitespace found at end of line
(#112) Variable "field_setting" must not contain underscores.
(#119) Variable "field_setting" must not contain underscores.
(#119) Whitespace found at end of line
(#120) Variable "field_setting" must not contain underscores.
(#120) Whitespace found at end of line
(#121) Variable "field_setting" must not contain underscores.
(#121) Whitespace found at end of line
(#122) Whitespace found at end of line
(#125) Whitespace found at end of line
(#126) Whitespace found at end of line
(#127) Variable "field_setting" must not contain underscores.
(#129) Variable "field_setting" must not contain underscores.
(#129) Whitespace found at end of line
(#130) Variable "field_setting" must not contain underscores.
(#130) Whitespace found at end of line
(#131) Variable "field_setting" must not contain underscores.
(#131) Whitespace found at end of line
(#132) Whitespace found at end of line
(#136) Whitespace found at end of line
(#137) Variable "field_setting" must not contain underscores.
(#139) Variable "field_setting" must not contain underscores.
(#139) Whitespace found at end of line
(#140) Variable "field_setting" must not contain underscores.
(#140) Whitespace found at end of line
(#141) Variable "field_setting" must not contain underscores.
(#141) Whitespace found at end of line
(#142) Whitespace found at end of line
(#146) Whitespace found at end of line
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Variable "field_setting" must not contain underscores.
(#154) Variable "field_setting" must not contain underscores.
(#155) Variable "field_setting" must not contain underscores.
(#156) Variable "field_setting" must not contain underscores.
(#162) Variable "field_setting" must not contain underscores.
(#164) Variable "field_setting" must not contain underscores.
(#165) Variable "field_setting" must not contain underscores.
(#166) Variable "field_setting" must not contain underscores.
(#174) Variable "field_setting" must not contain underscores.
(#176) Variable "field_setting" must not contain underscores.
(#177) Variable "field_setting" must not contain underscores.
(#178) Variable "field_setting" must not contain underscores.
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Whitespace found at end of line
(#207) Variable "field_setting" must not contain underscores.
(#209) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#214) Variable "field_setting" must not contain underscores.
(#215) Variable "field_setting" must not contain underscores.
(#216) Variable "field_setting" must not contain underscores.
(#222) Variable "field_setting" must not contain underscores.
(#224) Variable "field_setting" must not contain underscores.
(#225) Variable "field_setting" must not contain underscores.
(#226) Variable "field_setting" must not contain underscores.
(#232) Variable "field_setting" must not contain underscores.
(#234) Variable "field_setting" must not contain underscores.
(#235) Variable "field_setting" must not contain underscores.
(#236) Variable "field_setting" must not contain underscores.
(#242) Variable "field_setting" must not contain underscores.
(#244) Variable "field_setting" must not contain underscores.
(#245) Variable "field_setting" must not contain underscores.
(#246) Variable "field_setting" must not contain underscores.
(#251) Whitespace found at end of line
(#255) Variable "field_setting" must not contain underscores.
(#257) Variable "field_setting" must not contain underscores.
(#257) Whitespace found at end of line
(#258) Variable "field_setting" must not contain underscores.
(#258) Whitespace found at end of line
(#259) Variable "field_setting" must not contain underscores.
(#259) Whitespace found at end of line
(#260) Whitespace found at end of line
(#264) Whitespace found at end of line
(#265) Variable "field_setting" must not contain underscores.
(#267) Variable "field_setting" must not contain underscores.
(#268) Variable "field_setting" must not contain underscores.
(#269) Variable "field_setting" must not contain underscores.
(#275) Variable "field_setting" must not contain underscores.
(#277) Variable "field_setting" must not contain underscores.
(#277) Whitespace found at end of line
(#278) Variable "field_setting" must not contain underscores.
(#278) Whitespace found at end of line
(#279) Variable "field_setting" must not contain underscores.
(#279) Whitespace found at end of line
(#280) Whitespace found at end of line
(#285) Variable "field_setting" must not contain underscores.
(#287) Variable "field_setting" must not contain underscores.
(#288) Variable "field_setting" must not contain underscores.
(#288) Whitespace found at end of line
(#289) Variable "field_setting" must not contain underscores.
(#296) Whitespace found at end of line
(#297) Variable "field_setting" must not contain underscores.
(#299) Variable "field_setting" must not contain underscores.
(#300) Variable "field_setting" must not contain underscores.
(#300) Whitespace found at end of line
(#301) Variable "field_setting" must not contain underscores.
(#308) Whitespace found at end of line
(#312) Line exceeds 132 characters; contains 178 characters
auth/saml2sso/takeover.php
(#58) Expected "} else {\n"; found "}\n else {\n"
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) This comment is 67% valid code; is this commented out code?
(#66) Line indented incorrectly; expected at least 8 spaces, found 0
(#66) Expected 1 space before comment text but found 8; use block comment if you need indentation
auth/saml2sso/version.php
(#29) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(0 errors, 0 warnings)

This section shows the coding style problems detected in the code by eslint [More info]


CSS problems

(0 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]


PHPDocs style problems

(32 errors, 9 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

auth/saml2sso/auth.php
(#130) Function auth_plugin_saml2sso::get_attribute_mapping is not documented
(#17) No one-line description found in phpdocs for file
(#30) No one-line description found in phpdocs for class auth_plugin_saml2sso
(#195) There is no description in phpdocs for function loginpage_hook
(#461) There is no description in phpdocs for function prevent_local_passwords
(#516) There is no description in phpdocs for function can_edit_profile
(#195) Phpdocs for function auth_plugin_saml2sso::loginpage_hook has incomplete parameters list
(#398) Phpdocs for function auth_plugin_saml2sso::do_login has incomplete parameters list
(#516) Phpdocs for function auth_plugin_saml2sso::can_edit_profile has incomplete parameters list
(#532) Phpdocs for function auth_plugin_saml2sso::error_page has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#196) Not recommended phpdocs tag @global used
(#269) Not recommended phpdocs tag @global used
(#269) Not recommended phpdocs tag @global used
(#269) Not recommended phpdocs tag @global used
(#396) Not recommended phpdocs tag @global used
(#396) Not recommended phpdocs tag @global used
(#529) Not recommended phpdocs tag @global used
(#529) Not recommended phpdocs tag @global used
(#529) Not recommended phpdocs tag @global used
auth/saml2sso/classes/event/not_searchable.php
(#19) Function not_searchable::init is not documented
(#25) Function not_searchable::get_name is not documented
(#29) Function not_searchable::get_description is not documented
auth/saml2sso/classes/event/user_kicked_off.php
(#19) Function user_kicked_off::init is not documented
(#25) Function user_kicked_off::get_name is not documented
(#29) Function user_kicked_off::get_description is not documented
auth/saml2sso/classes/event/user_migrated.php
(#19) Function user_migrated::init is not documented
(#25) Function user_migrated::get_name is not documented
(#29) Function user_migrated::get_description is not documented
auth/saml2sso/classes/task/sync_users.php
(#30) Class sync_users is not documented
auth/saml2sso/db/install.php
(#25) Function xmldb_auth_saml2sso_install is not documented
auth/saml2sso/locallib.php
(#54) Function get_known_plugin is not documented
(#14) Constant AUTH_NAME is not documented
(#15) Constant COMPONENT_NAME is not documented
(#20) Constant LOCAL_AUTH_PLUGINS is not documented
(#41) Phpdocs for function can_sync_user has incomplete parameters list
(#89) Phpdocs for function takeover has incomplete parameters list
auth/saml2sso/takeover.php
(#39) Class takeover_users is not documented
(#17) No one-line description found in phpdocs for file
(#70) There is no description in phpdocs for function validation
auth/saml2sso/version.php
(#17) File-level phpdocs block does not have @copyright tag

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(0 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]


Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]