We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfb9f9 commit 96b27eeCopy full SHA for 96b27ee
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 1.7.6
4
+
5
+- `Credo.Check.Consistency.MultiAliasImportRequireUse` fixed false positive
6
+- `Credo.Check.Readability.PredicateFunctionNames` now ignores functions that implement a behaviour
7
+- `Credo.Check.Readability.FunctionName` now supports multi-letter sigils
8
+- `Credo.Check.Readability.Specs` fixed false positive
9
+- `Credo.Check.Warning.UnusedKeywordOperation` fixed false positive
10
+- Fix `column` information on several checks in case there are two offending calls on the same line
11
+- Fix some deprecation warnings for upcoming Elixir 1.17
12
13
## 1.7.5
14
15
- Fix `--read-from-stdin` not respecting `:files`/`:included` param
0 commit comments