xiblint
xiblint copied to clipboard
A tool for linting storyboard and xib files
Updating dependencies and adding support for python 3.9
Adds `--no-exit-code` flag, to allow building process to continue, when used in Xcode Run Script Phase
Currently if you have invalid path config, it's silently ignored
When developing I usually follow the pattern to have only a single view in XIB & it's class is the same as XIB name as well. Moreover if XIB contains...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.5.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](https://github.com/PyCQA/flake8/compare/4.0.1...7.0.0) - [github.com/asottile/yesqa: v0.0.10 → v1.5.0](https://github.com/asottile/yesqa/compare/v0.0.10...v1.5.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v1.8.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.942...v1.8.0)