Commit Graph

61 Commits

Author SHA1 Message Date
Basile Burg 6e9e841a9a Add a check for useless initializers, close #285 (#429)
* Add a check for useless initializers, close #285

# Conflicts:
#	src/analysis/config.d

* remove duplicated oror condition

* remove useless protection

* also handle several case of assignation to init

* assign to init, forgot to test for ".init"

* update with new configuration initialization
2017-05-17 17:46:10 +02:00
Richard Andrew Cattermole 67834d50df Merge pull request #412 from BBasile/issue-406
disable Phobos-specific checks by default, close #406
2017-05-12 16:39:01 +12:00
Basile Burg 1a2232f724 update readme badge address (#427)
update readme badge address
2017-05-08 16:26:35 +02:00
Basile Burg 7a74a70e85
disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
Basile Burg b615d3e299
implement a check for the virtual calls inside constructors, close #423 2017-04-16 03:58:10 +02:00
Basile Burg 9b97b7d929
add a checker for cases where final is a noop 2017-01-16 06:38:55 +01:00
Basile Burg 734d47e9a2
add a check for the auto functions without return statement 2016-09-07 07:08:13 +02:00
Basile Burg f9bb76782c
fixup for #368, readme and source comment still stated the prev.behavior 2016-09-03 22:31:32 +02:00
Hackerpilot 5994c760a4 Fix #355 2016-06-10 18:27:59 -07:00
Ianis G. Vasilev 265d102ad3 Updated the readme to reflect the CWD-based config file search 2016-05-20 02:34:40 +03:00
Basile Burg c101a6e1f7 Added an option that allows to skip the unittests analysis
allow each check to be individually skipped in the unit tests

useless assertions must always be detected
2016-05-12 17:14:32 +02:00
Sebastian Wilzbach 2d717530b7 notice about --config option 2016-04-15 21:06:11 +03:00
Hackerpilot fff79541af Remove documentation for old --recursive option. Close #301 2016-01-26 23:34:16 -08:00
Hackerpilot d6062e42ed Merge branch 'master' of https://github.com/Hackerpilot/Dscanner 2016-01-07 15:56:09 -08:00
Hackerpilot 80516ade0d Update dsymbol dependency for better ddoc parsing; update README 2016-01-07 15:55:59 -08:00
Hackerpilot 6fcb102936 Fix #295 2015-12-01 13:46:06 -08:00
Hackerpilot 93d2bc17d8 Fix #241 2015-11-04 17:20:01 -08:00
Hackerpilot ceff31d216 Fix #132 2015-10-30 13:33:54 -07:00
Brian Schott 4109254e7b Merge pull request #288 from Hackerpilot/0.3.0-dev
0.3.0 dev
2015-10-26 17:39:44 -07:00
Pradeep Gowda c92ee7c398 fix typo. add link text. 2015-10-09 09:21:12 -04:00
Hackerpilot 80d358d8ca Add CI status link and made naming more consistent 2015-09-18 11:51:49 -07:00
Hackerpilot 6bd1e8e92e Update README for 0.2.0 2015-06-04 17:45:39 -07:00
Hackerpilot 03454d6b65 Warn about redundant 'abstract' attribute on functions in interfaces. Fixes #202 2014-11-24 15:13:19 -08:00
Hackerpilot 1962c1c400 Maybe if I actually document this people will stop asking about it... 2014-09-16 12:06:07 -07:00
Hackerpilot 005c5cbd08 Add reminder to update submodules 2014-09-15 16:03:31 -07:00
Hackerpilot 53a0958e6b Fix #206 2014-09-03 14:07:59 -07:00
Hackerpilot 3e3175ca12 Update README 2014-09-02 05:09:53 +00:00
Hackerpilot 75a6436f58 Implemented declaration finding feature 2014-08-13 17:08:28 -07:00
Hackerpilot f2d121b71f Implement check for logical or and logical and operands 2014-08-13 14:37:35 -07:00
Hackerpilot 9cee325da5 Update README 2014-06-26 12:56:23 -07:00
Matthew Brennan Jones 2a4fcbbd9d Added checker for having opEquals without toHash. 2014-05-30 20:47:56 -07:00
Matthew Brennan Jones 22104911d4 Added basic checker for duplicate attributes. 2014-05-23 20:37:48 -07:00
Hackerpilot f71b1191c1 Update readme 2014-05-10 02:58:57 -07:00
Matthew Brennan Jones 8a8ddf45eb Fixed small typos. 2014-04-30 13:01:42 -07:00
Matthew Brennan Jones f89bd7d3e0 Updated a few remaining stdx references to std. 2014-04-30 12:37:02 -07:00
Hackerpilot 532fb4af3c Update README.md 2014-04-22 17:12:18 -07:00
Hackerpilot 7d4eec1961 Update README.md 2014-02-25 13:06:02 -08:00
Hackerpilot 14b52b1f31 Update README 2014-02-17 21:13:57 -08:00
Hackerpilot 7fd491a572 Update README.md 2014-01-21 01:13:23 -08:00
Hackerpilot 8a444fbd89 Initial static analysis checks 2014-01-20 20:09:32 -08:00
Hackerpilot 0561a686d9 Update readme and fix an issue with templates in the outliner 2014-01-13 22:00:04 +00:00
Hackerpilot abc861a2fe Updated readme to match new folder structure 2013-08-01 21:01:00 +00:00
Hackerpilot ae0299c38d Documented syntax checker 2013-07-27 15:21:30 +00:00
Hackerpilot 11fbe87b64 Forgot to document syntax highlighting 2013-07-27 14:55:12 +00:00
Hackerpilot e09051cf1d Added a README. Enhanced CTAGS 2013-07-27 14:49:48 +00:00
Hackerpilot 548996d1e5 Updated to include new special tokens 2013-05-05 12:45:25 -07:00
Hackerpilot 89ab43eba5 Initial commit 2013-04-20 01:20:13 -07:00
Hackerpilot c429199c1c checking in work on lexer and caching 2013-01-14 15:08:24 -08:00
John Maschmeyer 12e242ca0f Added stdin as an alternative to a filename for all other modes except for ctags. Ctags requires the filename, so it still requires a filename. 2012-10-17 18:04:48 -05:00
Hackerpilot b07e9f94ef Fixed issue #12. Fixed support for autocompleting version and scope statements 2012-06-17 17:19:49 +00:00