(self)
| 180 | |
| 181 | # General Checking |
| 182 | def GeneralCheck(self): |
| 183 | self.GeneralCheckNonAcsii() |
| 184 | self.UniCheck() |
| 185 | self.GeneralCheckNoTab() |
| 186 | self.GeneralCheckLineEnding() |
| 187 | self.GeneralCheckTrailingWhiteSpaceLine() |
| 188 | |
| 189 | # Check whether NO Tab is used, replaced with spaces |
| 190 | def GeneralCheckNoTab(self): |
no test coverage detected