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:
5
.levignore.js
Normal file
5
.levignore.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
removals: [/FeatureToggles\..*/],
|
||||
additions: [/FeatureToggles\..*/],
|
||||
changes: [/FeatureToggles\..*/],
|
||||
};
|
Reference in New Issue
Block a user