XoopsModules25x/apcal

View on GitHub
language/nederlands/main.php

Summary

Maintainability
A
3 hrs
Test Coverage

Similar blocks of code found in 2 locations. Consider refactoring.
Open

<?php

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {

define( 'APCAL_MB_LOADED' , 1 ) ;
Severity: Major
Found in language/nederlands/main.php and 1 other location - About 3 hrs to fix
language/italian/main.php on lines 1..22

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 156.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Blank line found at end of control structure
Open


Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Space found before comma in function call
Open

define('APCAL_COPYRIGHT' , '<a href="http://xoops.antiquespromotion.ca" title="Calendar for Xoops" target="_blank">APCal</a> by <a href="http://www.antiquespromotion.ca" title="Antiques Promotion Canada" target="_blank">AP</a>');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Blank line found at start of control structure
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Space found before comma in function call
Open

define( 'APCAL_MB_LOADED' , 1 ) ;
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line exceeds 120 characters; contains 229 characters
Open

define('APCAL_COPYRIGHT' , '<a href="http://xoops.antiquespromotion.ca" title="Calendar for Xoops" target="_blank">APCal</a> by <a href="http://www.antiquespromotion.ca" title="Antiques Promotion Canada" target="_blank">AP</a>');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

No space found after comma in function call
Open

define('_MB_APCAL_PARMALINK','The URL of this event');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

define( 'APCAL_MB_LOADED' , 1 ) ;
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_APCAL_APURL', 'http://xoops.antiquespromotion.ca');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( 'APCAL_MB_LOADED' , 1 ) ;
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('APCAL_COPYRIGHT' , '<a href="http://xoops.antiquespromotion.ca" title="Calendar for Xoops" target="_blank">APCal</a> by <a href="http://www.antiquespromotion.ca" title="Antiques Promotion Canada" target="_blank">AP</a>');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_MB_APCAL_COMESFROM','This event comes from %s');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

A closing tag is not permitted at the end of a PHP file
Open

?>
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_MB_APCAL_ERR_NOPERMTOINSERT',"You have no permission to create events");
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_MB_APCAL_ERR_NOPERMTODELETE',"You have no permission to delete events");
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

?>
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Expected 1 space after IF keyword; 0 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_MB_APCAL_ALT_PRINTTHISEVENT','Print this event');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

No space found after comma in function call
Open

define('_MB_APCAL_ERR_NOPERMTODELETE',"You have no permission to delete events");
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

define( 'APCAL_MB_LOADED' , 1 ) ;
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_MB_APCAL_ERR_NOPERMTOUPDATE',"You have no permission to change events");
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

No space found after comma in function call
Open

define('_MB_APCAL_ERR_NOPERMTOUPDATE',"You have no permission to change events");
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

No space found after comma in function call
Open

define('_MB_APCAL_ERR_NOPERMTOINSERT',"You have no permission to create events");
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_APCAL_APURL2', 'http://www.antiquespromotion.ca');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

No space found after comma in function call
Open

define('_MB_APCAL_COMESFROM','This event comes from %s');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MB_LOADED' ) ) {
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

No space found after comma in function call
Open

define('_MB_APCAL_ALT_PRINTTHISEVENT','Print this event');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_MB_APCAL_PARMALINK','The URL of this event');
Severity: Minor
Found in language/nederlands/main.php by phpcodesniffer

There are no issues that match your filters.

Category
Status