fazibear/ex_ical

View on GitHub
test/ex_ical_date_formats_test.exs

Summary

Maintainability
Test Coverage

Space missing after comma
Open

    {                           "DTSTART:19690620",     date_match,    utc_tzmatch,     utc_tzmatch,},
Severity: Major
Found in test/ex_ical_date_formats_test.exs by credo

Space missing after comma

There is no whitespace around parentheses/brackets most of the time, but here there is.
Open

    {                           "DTSTART:19690620",     date_match,    utc_tzmatch,     utc_tzmatch,},
Severity: Critical
Found in test/ex_ical_date_formats_test.exs by credo

There is no whitespace around parentheses/brackets most of the time, but here there is.

Space missing after comma
Open

    { "DTSTART;TZID=Europe/Berlin:19690620T201804", datetime_match, berlin_tzmatch,  berlin_tzmatch,},
Severity: Major
Found in test/ex_ical_date_formats_test.exs by credo

Space missing after comma

Space missing after comma
Open

    {                          "DTSTART:19690620Z",     date_match,    utc_tzmatch,     utc_tzmatch,},
Severity: Major
Found in test/ex_ical_date_formats_test.exs by credo

Space missing after comma

There is no whitespace around parentheses/brackets most of the time, but here there is.
Open

    {                   "DTSTART:19690620T201804Z", datetime_match,    utc_tzmatch,     utc_tzmatch,},
Severity: Critical
Found in test/ex_ical_date_formats_test.exs by credo

There is no whitespace around parentheses/brackets most of the time, but here there is.

There is no whitespace around parentheses/brackets most of the time, but here there is.
Open

    { "DTSTART;TZID=Europe/Berlin:19690620T201804", datetime_match, berlin_tzmatch,  berlin_tzmatch,},
Severity: Critical
Found in test/ex_ical_date_formats_test.exs by credo

There is no whitespace around parentheses/brackets most of the time, but here there is.

Space missing after comma
Open

    {                   "DTSTART:19690620T201804Z", datetime_match,    utc_tzmatch,     utc_tzmatch,},
Severity: Major
Found in test/ex_ical_date_formats_test.exs by credo

Space missing after comma

Space missing after comma
Open

    {                    "DTSTART:19690620T201804", datetime_match,    utc_tzmatch, chicago_tzmatch,},
Severity: Major
Found in test/ex_ical_date_formats_test.exs by credo

Space missing after comma

Space missing after comma
Open

    {"DTSTART;TZID=Europe/Berlin:19690620T201804Z", datetime_match,    utc_tzmatch,     utc_tzmatch,},
Severity: Major
Found in test/ex_ical_date_formats_test.exs by credo

Space missing after comma

There is no whitespace around parentheses/brackets most of the time, but here there is.
Open

    {                    "DTSTART:19690620T201804", datetime_match,    utc_tzmatch, chicago_tzmatch,},
Severity: Critical
Found in test/ex_ical_date_formats_test.exs by credo

There is no whitespace around parentheses/brackets most of the time, but here there is.

There is no whitespace around parentheses/brackets most of the time, but here there is.
Open

    {                          "DTSTART:19690620Z",     date_match,    utc_tzmatch,     utc_tzmatch,},
Severity: Critical
Found in test/ex_ical_date_formats_test.exs by credo

There is no whitespace around parentheses/brackets most of the time, but here there is.

There are no issues that match your filters.

Category
Status