-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Description
Repository wide general clean up for maintenance which includes things such as trailing commas, re-declared variables, mismatched tags, etc. Couple of quick examples:
- https://github.com/patternfly/angular-patternfly/blob/master/src/charts/utilization-bar/utilization-bar-chart.component.js#L110
- https://github.com/patternfly/angular-patternfly/blob/master/test/navigation/application-launcher.spec.js#L44
These non-breaking changes seem to mostly appear within the examples and unit tests where we have limited linting applied