var checkCodeClimate = function(userInput, url) {
    if (hasTrueInput(userInput, 'codeclimate')) {
      var ccline = util.format('[![Code Climate](https://codeclimate.com/github/%s/badges/gpa.svg)](https://codeclimate.com/github/%s)', url, url);
      readmeArray.splice(2, 0, ccline);
      written = true;