Skip to content

Codacy does not find syntax error in script #987

@Kreyren

Description

@Kreyren

There is a syntax error in

include("engines.wine.quick_script.uplay_script");
include("engines.wine.verbs.dxvk");

var installerImplementation = {
    run: function () {
        new UplayScript()
            .name("Assassin's Creed")
            .editor("Ubisoft, Gameloft, Ubisoft Montreal, Blue Byte, MORE")
            .applicationHomepage("https://www.ubisoft.com/en-us/game/assassins-creed")
            .author("KREYREN")
            .appId(273)
            .preInstall(function (wine/*, wizard*/) {
                wine.DXVK();
            })
            .go();
};

/* exported Installer */
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);

where run: function () { doesn't have closing argument, but Travis still succeed -> Update travis definition

Originally posted by @Kreyren in #967 (comment)

Relevant: https://github.com/PhoenicisOrg/scripts/pull/967/checks?check_run_id=142782995

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions