-
-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix linting offenses and exclude application.css from scss-lint
- Loading branch information
1 parent
c07d23d
commit 102cf23
Showing
5 changed files
with
39 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
FROM ruby:2.2.3 | ||
MAINTAINER Dylan Grafmyre <[email protected]> | ||
|
||
RUN mkdir -p /app | ||
WORKDIR /app/ | ||
# Setup container for linting with ruby and npm | ||
RUN gem install rubocop ruby-lint scss_lint | ||
RUN curl --silent --location https://deb.nodesource.com/setup_0.12 | bash - | ||
RUN apt-get install -y nodejs | ||
RUN npm install -g eslint \ | ||
eslint-config-airbnb \ | ||
eslint-plugin-react \ | ||
babel-eslint \ | ||
jscs | ||
RUN gem install coveralls | ||
FROM dylangrafmyre/docker-lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters