Skip to content

Add a rule for collections #8

Description

@gajus
[{
    name: 'wellpark',
    nid: 'wellpark',
    url: 'http://www.eyecinema.ie/cinemas/location.asp'
}]

and

[{
    name: 'wellpark',
    nid: 'wellpark',
    url: 'http://www.eyecinema.ie/cinemas/location.asp'
}, {
    name: 'wellpark',
    nid: 'wellpark',
    url: 'http://www.eyecinema.ie/cinemas/location.asp'
}]

must be:

[
    {
        name: 'wellpark',
        nid: 'wellpark',
        url: 'http://www.eyecinema.ie/cinemas/location.asp'
    }
]

and

[
    {
        name: 'wellpark',
        nid: 'wellpark',
        url: 'http://www.eyecinema.ie/cinemas/location.asp'
    },
    {
        name: 'wellpark',
        nid: 'wellpark',
        url: 'http://www.eyecinema.ie/cinemas/location.asp'
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions