Skip to content

nl5887/linthub-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 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: linthubot#1.

For any questions, contact us at @dutchcoders or hello@linthub.io.

About

Demo repository for Linthub.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 59.6%
  • JavaScript 18.3%
  • Ruby 9.1%
  • Shell 7.2%
  • Python 3.3%
  • C 2.5%