commit | 596300d9aa16eb50e42208e05e14c0db2d5e4be7 | [log] [tgz] |
---|---|---|
author | Bill Wendling <[email protected]> | Mon Nov 28 13:08:57 2016 -0800 |
committer | Bill Wendling <[email protected]> | Mon Nov 28 13:08:57 2016 -0800 |
tree | 831c26702ee75681502d49eda535f100c215a128 | |
parent | b50a6b2f36a5a9577eda5e3ace20780ec9ec898d [diff] [blame] |
Allow text before 'pylint' comments. b/32567870
diff --git a/CHANGELOG b/CHANGELOG index 9fea465..fe61a18 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -8,6 +8,7 @@ are skipping dictionary entries. However, we need to ignore comments in our calculations and implicitly concatenated strings, which are already placed on separate lines. +- Allow text before a "pylint" comment. ## [0.14.0] 2016-11-21 #### Added