Releases: lyft/xiblint
Releases · lyft/xiblint
v0.10.4
v0.10.3
- Solved an ambiguous variable naming error that came after upgrading pre-commit.
- Updated version in init.py
v0.10.2
getiterator
was deprecated and replaced by iter
v0.10.1
Adds a new allow_clear_color
flag to named_colors
to allow the use of clear colors. This is useful when ignore_alpha
is too permissive.
Improves the format of the error message for allowed_colors
which previously printed with the unicode (u') prefix.
v0.10.0
Fixes an issue where system colors were not correctly detected in the named_colors
rule.
Adds support for passing a subset of allowed_colors
to the named_colors
rule.
Adds support for allowing system colors to the named_colors
rule.\
v0.9.16
Fix Python 3 compatibility
Fix Python 3 compatibility.
v0.9.14
v0.9.13: Add enforce_system_properties rule (#55)
* Add enforce_system_properties rule