View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014513 | Scribus | Internal | public | 2016-12-27 13:35 | 2016-12-27 13:42 |
Reporter | Kunda | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | Linux | OS | Manjaro | OS Version | 16.10 |
Product Version | 1.5.3.svn | ||||
Summary | 0014513: Unit Test to check spelling | ||||
Description | Create a test to run via TravisCI that will check the spelling of Scribus source code. We can use the guidelines from the very helpful @mapreri 0013647 ticket. What we should exclude from the list: - Blacklisted directories: ./resources/loremipsum ./resources/dicts/ ./resources/swatches ./scribus/third_party/ ./codegen/ please mention more - False positives due to keyboard shortcut char '&' within the word. Example: https://github.com/scribusproject/scribus/blob/master/scribus/docinfo.cpp#L82 > publisherLabel = new QLabel( tr("P&ublisher:") , page2); clearly here the letter 'u' in 'Publisher' is being designated as a keyboard shortcut - False positives words that are not typos like 'dum' (being interpreted as 'dumb') 'addRes (for 'address') | ||||
Additional Information | See example of a unit test for spelling on Travis from the QGIS folks: https://github.com/qgis/QGIS/pull/3857 | ||||
Tags | testing | ||||
Patch | No | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-12-27 13:35 | Kunda | New Issue | |
2016-12-27 13:35 | Kunda | Relationship added | related to 0013647 |
2016-12-27 13:37 | Kunda | Additional Information Updated | |
2016-12-27 13:37 | Kunda | Tag Attached: testing | |
2016-12-27 13:37 | Kunda | Relationship added | child of 0013536 |
2016-12-27 13:42 | Kunda | Issue cloned: 0014514 | |
2016-12-27 13:42 | Kunda | Relationship added | related to 0014514 |