Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gitcoinco/web
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Apr 4, 2018
2 parents fe3ed0c + 477e80c commit 94e65f0
Show file tree
Hide file tree
Showing 56 changed files with 6,587 additions and 4,979 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true


# 4 space indentation
[*.{css,scss,py}]
[*.{py}]
indent_size = 4
2 changes: 2 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
app/assets/v2/css/jquery.select2.min.css
app/assets/v2/css/bootstrap.min.css
11 changes: 9 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,21 @@
]
}
],
"indentation": "tab",
"indentation": 2,
"number-leading-zero": null,
"selector-combinator-space-after": "always",
"selector-combinator-space-before": "always",
"unit-whitelist": [
"px",
"em",
"rem",
"s",
"%"
"%",
"deg",
"vw",
"vh",
"pt",
"vmin"
]
}
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- pip install -r requirements/test.txt
script:
- npm run eslint
- npm run stylelint
- pytest -p no:ethereum
after_success:
- pip install codecov
Expand Down
Loading

0 comments on commit 94e65f0

Please sign in to comment.