mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
89c88517e1
* Add VerticalWhitespaceOpening/ClosingBraces rules with description * Implement validate, correct & add rules to lists * Fix minor issues & update docs * Fix copy & paste issue * Improve autocorrection + Cleanup triggering examples * Update changelog with new rule entries * Add more validation examples * [CHANGELOG.md] Mark new rules as opt-in * Point to exact location of violation + update tests * Make rules severity configurable * Fix issues after rebasing * Fix issue with CHANGELOG.md * Add more violating examples, improve pattern to catch more cases * Move changelog entries to new version * Fix issues after rebase * Move Changelog entry to current master * Fix failing tests * Fixes after refactoring * Fix changelog entry position * Make range unicode-safe (as suggested by @jpsim) * Share duplicate Dictionary extension code