mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
Fix Restyled config (#4438)
This commit is contained in:
parent
a3beac0b78
commit
ca098172e9
@ -48,13 +48,13 @@ labels: ["Skip CI"]
|
||||
# - restyled-ignore
|
||||
|
||||
# Restylers to run, and how
|
||||
restylers:
|
||||
- name: black:
|
||||
restylers:
|
||||
- name: black
|
||||
include:
|
||||
- redash
|
||||
- tests
|
||||
- migrations/versions
|
||||
- name: prettier:
|
||||
- redash
|
||||
- tests
|
||||
- migrations/versions
|
||||
- name: prettier
|
||||
include:
|
||||
- client/app/**/*.js
|
||||
- client/app/**/*.jsx
|
||||
|
Loading…
Reference in New Issue
Block a user