- Replaced the `--skip-transform-option` with `--fix` (17)
- Changed the behavior of the `--no-exclude` option. Now any files that have lint violations will be excluded from training data generation by default. In order to override the behavior, `--no-exclude` option needs to be set. (18)
- Fixed a bug in the `--skip-ansible-lint` option (18)
- Support newer versions of ansible-lint ([6.20.1](https://github.com/ansible/ansible-lint/releases/tag/v6.20.1), [6.20.2](https://github.com/ansible/ansible-lint/releases/tag/v6.20.2)) also fixed an error in the lint result section of reporting (#19, 20)