Showing 899 of 899 total issues
Class name "syntax_plugin_issuelinks" is not in camel caps format Open
Open
class syntax_plugin_issuelinks extends DokuWiki_Syntax_Plugin
- Exclude checks
Opening brace should be on a new line Open
Open
public static function parseHTTPLinkHeaders_testdata() {
- Exclude checks
Class name "action_plugin_issuelinks_ajax" is not in camel caps format Open
Open
class action_plugin_issuelinks_ajax extends DokuWiki_Action_Plugin
- Exclude checks
Class name "general_plugin_issuelinks_test" is not in camel caps format Open
Open
class general_plugin_issuelinks_test extends DokuWikiTest
- Exclude checks
Opening brace should be on a new line Open
Open
public function test_jiralink_moresyntax() {
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$this->assertArrayHasKey($key, $conf,
- Exclude checks
Opening brace should be on a new line Open
Open
public function test_jiralink() {
- Exclude checks
Class name "linksyntax_plugin_issuelinks_test" is not in camel caps format Open
Open
class linksyntax_plugin_issuelinks_test extends DokuWikiTest {
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'issuelinks/conf/metadata.php');
- Exclude checks
No space found after comma in function call Open
Open
saveWikiText($ID,'{{jira>SPR-281}} {{jira>TW-7}}','test summary');
- Exclude checks
No space found after comma in function call Open
Open
saveWikiText($ID,'{{jira>SPR-281}} {{jira>TW-7}}','test summary');
- Exclude checks
No space found after comma in function call Open
Open
saveWikiText($ID,'page must exist for m_filetime','test summary');
- Exclude checks
Multi-line function call not indented correctly; expected 16 spaces but found 20 Open
Open
'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'issuelinks/conf/default.php');
- Exclude checks
Opening brace should be on a new line Open
Open
public function tearDown() {
- Exclude checks
Opening brace should be on a new line Open
Open
public static function setUpBeforeClass() {
- Exclude checks
Multi-line function call not indented correctly; expected 16 spaces but found 20 Open
Open
'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'issuelinks/conf/metadata.php');
- Exclude checks
No space found after comma in function call Open
Open
saveWikiText($ID,'page must exist for m_filetime','test summary');
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$this->assertArrayHasKey($key, $meta,
- Exclude checks
No space found after comma in function call Open
Open
saveWikiText('testpage','[[jira>SPR-281]] [[jira>TW-7]]','test summary');
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
'Both ' . DOKU_PLUGIN . 'issuelinks/conf/default.php and ' . DOKU_PLUGIN . 'issuelinks/conf/metadata.php have to exist and contain the same keys.');
- Exclude checks