index
:
pronto-hlint
dependabot/bundler/ci/pronto/addressable-2.8.0
master
Pronto runner for HLint, linter for Haskell code _ Forked from https://github.com/fretlink/pronto-hlint
Immae
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
spec
/
fixtures
/
test.git
/
hello.js
blob: 6ad633db432a49be5b32435821d33a839db70d38 (
plain
) (
blame
)
1
2
3
4
5
6
7
function
HelloWorld
(
name
)
{
if
(
foo
)
foo
++
;
alert
(
name
);
}
function
Empty
()
{}