Christina Burger

Results 4 issues of Christina Burger

I noticed that the default behaviour of `chance.name()` was to only pick from the English names, even though there are several examples of other languages. This PR changes the behaviour...

Sometimes it's nice to add new lines to create logical blocks inside a function. It would be great if there were an option to ignore empty lines when doing a...

enhancement

It would be cool to add a rule which prefers string interpolation over using + on strings. E.g. ``` var s = "Hello " + name; // Error var s...

new check

I want to install Haxe from the Linux binaries distributed here: https://haxe.org/download/ So far the steps I have followed are: 1. Download and extract the tar.gz file 2. Add extracted...