Warn when printf arg count is not a multiple of format count

This commit is contained in:
Vidar Holen
2018-03-28 08:56:40 -07:00
parent ffed7caff4
commit 4aca1ff128
2 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
### Changed
- SC1073: 'else if' is now parsed correctly and not like 'elif'
- SC2163: 'export $name' can now be silenced with 'export ${name?}'
- SC2183: Now warns when printf arg count is not a multiple of format count
## v0.4.7 - 2017-12-08
### Added