Skip to content

linthubot/linthub-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Linthub.io demo repository

Be free to fork this repository, do some updates and create a pull request. Our linthubot will automatically check the code for known code quality issues.

Only the files included in the commit will be checked, so for example add a hello.java.

test.js

function main(a, b) {
  switch (cond) {
  case "one":
    doSomething(); // JSHint will warn about missing 'break' here.
  case "three":
    doSomethingElse();
  case "two":
    
    doSomethingElse();
  }
  
// test for deleting old comments. 


  return a == null;
}

An example pull request with line comments can be found at: #1.

For any questions, contact us at @dutchcoders or [email protected].

About

Demo repository for Linthub.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published