mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
0e01e07326
* #2441 - Pass custom rules identifiers to the enableRules function to consider custom rules of a parent of a nested configuration * #2441 - Add custom rules merge * #2441 - Fix line length violation * #2441 - Add nested configutaion mocks with custom rules * #2441 - Add nested configurations tests for custom rules * #2441 - Disable function body length check * #2441 - Update changelog * Move changelog to appropriate position * Split up and refactor Configuration.init to avoid being too long * Add tests to LinuxMain.swift * Remove redundant protocol conformances Hashable implies Equatable * Fix typo in changelog entry and add another fixed issue URL