mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Adds levitate levignore configuration file to prevent breaking change notifications from expected typescript symbols (#74371)
* Adds levitate levignore configuration file to prevent breaking change notifications from expected typescript symbols * Add root file to codeowners * Remove unnecessary word boundary * Exand it to changes and a\dditions too
This commit is contained in:
parent
c946bcdd75
commit
27ed2a0f7e
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@ -353,6 +353,7 @@ lerna.json @grafana/frontend-ops
|
|||||||
/lefthook.yml @grafana/frontend-ops
|
/lefthook.yml @grafana/frontend-ops
|
||||||
/lefthook.rc @grafana/frontend-ops
|
/lefthook.rc @grafana/frontend-ops
|
||||||
.husky/pre-commit @grafana/frontend-ops
|
.husky/pre-commit @grafana/frontend-ops
|
||||||
|
.levignore.js @grafana/plugins-platform-frontend
|
||||||
|
|
||||||
|
|
||||||
# public folder
|
# public folder
|
||||||
|
5
.levignore.js
Normal file
5
.levignore.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module.exports = {
|
||||||
|
removals: [/FeatureToggles\..*/],
|
||||||
|
additions: [/FeatureToggles\..*/],
|
||||||
|
changes: [/FeatureToggles\..*/],
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user