- Your contribution here.
- #29: Added support for ignoring paths through
-i
,--ignore-path
- @jeffctown. - #28: Added support for finding global imports (bracket notation) - @jeffctown.
- #28: Added ability to turn off global or local import checks through
-g
,--ignore-global-imports
or-l
,--ignore-local-imports
- @jeffctown. - #28: The
--ignorexib
option has been renamed to--ignore-xib-files
- @jeffctown. - #31: Added Danger, PR linter and a README TOC - @jeffctown.
- #32: Added support for ignoring bridging headers - @jeffctown.
- #33: Added RELEASING.md to document release process - @jeffctown.
- #5: Explicitly require Ruby 1.9.3 or later in .gemspec - @paulyoung.
- #4: Added support for .storyboard and .xib
customClass
references - @dblock.
- By default will display "(simulation)" because no actual files are being deleted - @dblock.
- Fui's exit code with
find
will be the number of unused references found - @dblock.
- Fix: properly handle .pch includes - @dblock.