mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Chore: Add cuefix hook (#61941)
* Add cue * Add fix-cue target * Add pre-commit hook * fixup! Add fix-cue target * Update the cue version * Add datasources and panels folders * Update cue files Co-authored-by: Tania B <yalyna.ts@gmail.com>
This commit is contained in:
@@ -71,6 +71,12 @@
|
||||
],
|
||||
"*pkg/**/*.go": [
|
||||
"gofmt -w -s"
|
||||
],
|
||||
"*kinds/**/*.cue": [
|
||||
"make fix-cue"
|
||||
],
|
||||
"*public/app/plugins/**/**/*.cue": [
|
||||
"make fix-cue"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user