PascalHonegger/M151

View on GitHub

Showing 137 of 137 total issues

Don't use IDs in selectors.
Open

#searchButton:focus {
Severity: Minor
Found in css/Style.css by csslint

Don't use IDs in selectors.
Open

#navigation a {
Severity: Minor
Found in css/Style.css by csslint

Use of !important
Open

    color: rgb(36,36,36) !important;
Severity: Minor
Found in css/Style.css by csslint

Using height with border-bottom can sometimes make elements larger than you expect.
Open

    border-bottom: 6px solid rgb(220,220,220);
Severity: Minor
Found in css/Style.css by csslint

Don't use IDs in selectors.
Open

    #searchButton {
Severity: Minor
Found in css/Style.css by csslint

Don't use IDs in selectors.
Open

#currentSite {
Severity: Minor
Found in css/Style.css by csslint

Don't use IDs in selectors.
Open

#contentNavigation {
Severity: Minor
Found in css/Style.css by csslint

Don't use IDs in selectors.
Open

#accountNavigation a {
Severity: Minor
Found in css/Style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#content {
Severity: Minor
Found in css/Style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.RegisterButton {
Severity: Minor
Found in css/Style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#LoginContent {
Severity: Minor
Found in css/Style.css by csslint

Don't use IDs in selectors.
Open

#settingsLeft {
Severity: Minor
Found in css/Style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#login {
Severity: Minor
Found in css/Style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.Login-Div {
Severity: Minor
Found in css/Style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#LoginTitle {
Severity: Minor
Found in css/Style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.LocationLabel {
Severity: Minor
Found in css/Style.css by csslint

The method ShowEvents is not named in camelCase.
Open

    public function ShowEvents(int $location, string $locationName)
    {
        $model = new EventModel();
        $events = $model->loadEventsByLocation($location);

Severity: Minor
Found in Events/EventsController.php by phpmd

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

Severity
Category
Status
Source
Language