We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3ff12 commit a45658aCopy full SHA for a45658a
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.2.6
4
+
5
+* Fixes an issue where the `:extraneous_size` rule would be raised when using a variable in a `size` expression.
6
7
## v0.2.5
8
9
* Suggest patterns in the form of `<<x::size(y)>>` to be rewritten as `<<x::y>>`.
mix.exs
@@ -1,7 +1,7 @@
defmodule CredoBinaryPatterns.MixProject do
use Mix.Project
- @version "0.2.5"
+ @version "0.2.6"
@source_url "https://github.com/smartrent/credo_binary_patterns"
def project do
0 commit comments