Skip to content

Duplicate endsWith arguments in is_web() #5

Description

@adamhsparks

I can't see a reason to have endsWith(x, ".html") two times in the is_web() on lines 67-69?

is_web <- function(x) {
  endsWith(x, ".php") || endsWith(x, ".html") || endsWith(x, ".html") || endsWith(x, ".htm")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions