You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jorisroovers
changed the title
When linting multiple commits using --commits, commit-specific config is taken into account correclty
When using --commits, commit-specific config is not taken into account
Mar 14, 2017
jorisroovers
changed the title
When using --commits, commit-specific config is not taken into account
--commits doesn commit-specific config is not taken into account
Mar 14, 2017
jorisroovers
changed the title
--commits doesn commit-specific config is not taken into account
--commits doesn't take commit specific config into account
Mar 14, 2017
The 0.8.1 release brings minor tweaks and some experimental features.
Special thanks to tommyip for his contributions.
- Experimental: Linting a range of commits. Known Caveats: #23, #24.
Thanks to tommyip for implementing this!
- Experimental: Python 3.6 support
- Improved Windows error messaging: gitlint will now show a more
descriptive error message when ran on windows.
See #20 for details on the lack of Windows support.
Full Release details in CHANGELOG.md.
The 0.8.2 release brings minor improvements, bugfixes and some
under-the-hood changes. Special thanks to tommyip for his contributions.
- --extra-path now also accepts a file path (in the past only directory
paths where accepted). Thanks to tommyip for implementing this!
- gitlint will now show more information when using the --debug flag. This
is initial work and will continue to be improved upon in later releases.
- Bugfixes:
- #24: --commits doesn't take commit specific config into account
- #27: --commits returns the wrong exit code
- Development: better unit and integration test coverage for --commits
Full Release details in CHANGELOG.md.
We currently only apply the commit-specific config of the last commit, not of every commit in the specified range. The following code block needs to be moved to the for-loop below it:
https://github.com/jorisroovers/gitlint/blob/master/gitlint/cli.py#L127-L131
CC: @tommyip
The text was updated successfully, but these errors were encountered: