HaxeFoundation/haxe.org

View on GitHub

Showing 243 of 243 total issues

Open

        #if nodejs
Severity: Info
Found in src/Cmd.hx by haxe-checkstyle

Checks placement and indentation of conditional compilation flags.

Wrong indentation character (should be tab)
Open

        switch([Sys.getEnv("AWS_ACCESS_KEY_ID"), Sys.getEnv("AWS_SECRET_ACCESS_KEY")]) {
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

            case _:
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

            "--exclude", "website-content/downloads/*/*", 
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

                        "--website-redirect-location", download.url,
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

                    "cloudfront", "create-invalidation",
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

String downloads uses single quotes instead of double quotes
Open

    public static inline var downloadsPath : String = 'downloads';
Severity: Info
Found in src/Config.hx by haxe-checkstyle

Checks for single or double quote string literals.

Right curly should not be on same line as left curly
Open

    @:template public static function PageWithSidebar (prevNextLinks:{ prevUrl:String, prevTitle:String, nextUrl:String, nextTitle:String }, sideNav:Html, content:Html, editLink:String, comments:{ repo:String, branch:String, title:String }) : Html;
Severity: Info
Found in src/Views.hx by haxe-checkstyle

Checks the placement of right curly braces (}) for code blocks. The policy to verify is specified using the property option.

Wrong indentation character (should be tab)
Open

        // invalidate CloudFront cache
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

                ]);
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

String HaxeManual uses single quotes instead of double quotes
Open

    public static inline var manualRepo : String = 'HaxeManual';
Severity: Info
Found in src/Config.hx by haxe-checkstyle

Checks for single or double quote string literals.

Open

        #if nodejs
Severity: Info
Found in src/DownloadsData.hx by haxe-checkstyle

Checks placement and indentation of conditional compilation flags.

Too many consecutive empty lines (> 1)
Open


Severity: Info
Found in src/Utils.hx by haxe-checkstyle

Checks for consecutive empty lines (default is 1). Also have options to check empty line separators after package, single-line and multi-line comments and class/interface/abstract declarations.

Too many consecutive empty lines (> 1)
Open


Severity: Info
Found in src/Utils.hx by haxe-checkstyle

Checks for consecutive empty lines (default is 1). Also have options to check empty line separators after package, single-line and multi-line comments and class/interface/abstract declarations.

Right curly should not be on same line as left curly
Open

    @:template public static function BlogPost (background:String, title:String, description:String, authors:Array<generators.Blog.Author>, name:String, date:String, disqusID:String, content:Html, tags:Array<{ name:String }>) : Html;
Severity: Info
Found in src/Views.hx by haxe-checkstyle

Checks the placement of right curly braces (}) for code blocks. The policy to verify is specified using the property option.

Empty line required after class declaration
Open

    public static var posts:Array<Post> = [];
Severity: Info
Found in src/generators/Blog.hx by haxe-checkstyle

Checks for consecutive empty lines (default is 1). Also have options to check empty line separators after package, single-line and multi-line comments and class/interface/abstract declarations.

Wrong indentation character (should be tab)
Open

            // Be careful not to exclude downloads/versions.json.
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Empty line required after class declaration
Open

    static public function cmd(cmd:String, ?params:Array<String>):Void {
Severity: Info
Found in src/Cmd.hx by haxe-checkstyle

Checks for consecutive empty lines (default is 1). Also have options to check empty line separators after package, single-line and multi-line comments and class/interface/abstract declarations.

Wrong indentation character (should be tab)
Open

                    aws([
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Wrong indentation character (should be tab)
Open

                aws([
Severity: Info
Found in src/Deploy.hx by haxe-checkstyle

Checks indentation character (tab/space, default is tab).

Severity
Category
Status
Source
Language