Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev --> master #1990

Merged
merged 51 commits into from
Oct 28, 2016
Merged

dev --> master #1990

merged 51 commits into from
Oct 28, 2016

Conversation

gemfarmer
Copy link
Contributor

Fixes issue(s) #1637, #1931, #1945, #1898, #1985

CircleCI

😎 PREVIEW

Changes proposed in this pull request:

  • updates to ruby version 2.3.1
  • modifies build scripts and commands
  • adds redcarpet markdown extension
  • adds pa11y-ci Circle tool
  • _team --> _authors
  • documentation
  • adds Docker build
  • favicon
  • adds new homepage content

/cc @gboone @mugizico @elainekamlley @coreycaitlin @awfrancisco

gemfarmer and others added 30 commits September 28, 2016 10:48
* fix typo: "We delivering" -> "We deliver..."

* Correct name of Mississippi department (#1925) (#1926)

* Correct 50k to 30k
* Documentation on Contributing and Readme

module Jekyll
module Converters
class Markdown::RedcarpetExt

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use nested module/class definitions instead of compact style.

end

def self.add(item)
if @current_headers

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 2 (not 3) spaces for indentation.

@current_headers
end

def self.add(item)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent indentation detected.

end
end

def header(title, level)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method has too many lines. [12/10]

super options.merge(config_options)
end

def strip_dashes(str)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method has too many lines. [11/10]

@gemfarmer
Copy link
Contributor Author

It looks like all checks have passed

@gboone gboone merged commit f1b1ef4 into master Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants