fazibear/ex_ical

View on GitHub
test/ex_ical/date_parser_test.exs

Summary

Maintainability
Test Coverage

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

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

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

Space missing after comma
Open

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

Space missing after comma

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

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

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

Space missing after comma
Open

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

Space missing after comma

Space missing after comma
Open

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

Space missing after comma

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

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

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

Space missing after comma
Open

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

Space missing after comma

There are no issues that match your filters.

Category
Status