Skip to content

Commit 46628ae

Browse files
committed
Remove css-fix from default lint command
With the huge one-liner from "font awesome" running 1ake lint` is a pain, so for now I'm just disabling it in the makefile. We're writing a new frontend anyway, so not spending too much time on the css files
1 parent af88efc commit 46628ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python:
33
- "3.6"
44
sudo: false
55
install:
6-
- make setup
6+
- yes | make setup
77
- make update
88
- nvm install 12.13
99
- nvm use 12.13

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ migrations:
2323
python manage.py makemigrations
2424

2525
.PHONY: lint
26-
lint: lint-python lint-js-fix lint-css-fix
26+
lint: lint-python lint-js-fix
2727

2828
.PHONY: lint-python
2929
lint-python:

0 commit comments

Comments
 (0)