Commit Graph

1392 Commits

Author SHA1 Message Date
Brian Schott 54e073e308
Merge pull request #797 from MoonlightSentinel/unused
Fix issue #794: False positive for parameter used in __traits(...)
2020-03-08 13:43:27 -07:00
MoonlightSentinel 00a0eedad5
Fix issue #794: False positive for parameter used in __traits(...)
This applies the already implemented solution for variables (#790) to
parameters by moving the __traits() logic in a new shared superclass.

It's explicitly excluded from UnusedIdentifier because I cannot think
of a good reason to silently allow unused labels.
2020-03-08 02:07:05 +01:00
Sebastian Wilzbach 9364d6f15f
Merge pull request #790 from MoonlightSentinel/unused-enum
Fix #788: Enum value used inside __traits(...) flagged as unused
2020-02-10 19:31:28 +01:00
MoonlightSentinel 4f417b64a1 Fix #788: Enum value used inside __traits(...) flagged as unused 2020-01-26 19:17:12 +01:00
andre2007 241a38be1a
Merge pull request #789 from PetarKirov/update-submodules
Update submodules to the latest versions and fix their URLs
2020-01-24 13:15:58 +01:00
Petar Kirov d96b5776f4 Update submodules to the latest versions and fix their URLs
[dlang-community/containers@v0.8.0-alpha.17...v0.8.0-alpha.19][0]
[dlang-community/dsymbol@v0.9.0...v0.9.1][1]
[dlang-community/libddoc@v0.7.0...v0.7.1][2]
[dlang-community/libdparse@v0.13.1...v0.13.2][3]

[0]: https://github.com/dlang-community/containers/compare/v0.8.0-alpha.17...v0.8.0-alpha.19
[1]: https://github.com/dlang-community/dsymbol/compare/v0.9.0...v0.9.1
[2]: https://github.com/dlang-community/libddoc/compare/v0.7.0...v0.7.1
[3]: https://github.com/dlang-community/libdparse/compare/v0.13.1...v0.13.2
2020-01-24 13:52:16 +02:00
Jan Jurzitza 6875f8e863
Fix empty error messages in issue 786 (#787)
Fix empty error messages in issue 786

Co-authored-by: Jan Jurzitza <gh@webfreak.org>
2020-01-04 23:05:46 +01:00
Jan Jurzitza 0a640d6286
Merge branch 'master' into array-error 2020-01-04 22:23:06 +01:00
MoonlightSentinel be5acfcae8 Fix empty error messages in issue 786
The message was assigned to Message.key and hence not printed.
2020-01-04 15:10:58 +01:00
Sebastian Wilzbach 3a7c231d1b
Merge pull request #784 from MoonlightSentinel/patch-1
Makefile: Allow setting git from the environment
2019-11-28 12:18:28 +01:00
Florian 7831b19b37
Makefile: Allow setting git from the environment 2019-11-28 12:06:08 +01:00
Sebastian Wilzbach 31757b782b
Merge pull request #783 from marler8997/envBash
Use bash from PATH
2019-11-13 10:07:10 +01:00
Jonathan Marler 569b60675d Use bash from path
I use NixOS which supports multiple versions of bash by storing each one in its own unique directory.  The version is selected through symbolic links and the PATH variable.  This means using the /usr/bin/env mechanism to invoke programs rather than hardcoded absolute paths to programs.
2019-11-12 22:11:27 -07:00
Brian Schott a218127ab3
Merge pull request #779 from dlang-community/fix-778
Update dependencies. Fixes #778
2019-10-17 16:24:04 -07:00
Hackerpilot e5d99d4cb0 Update dependencies. Fixes #778 2019-10-09 11:27:03 -07:00
Eugen Wissner 1d476fa39d Support checkName in errorFormat 2019-09-25 10:13:07 +03:00
Brian Schott d4dd5b9864
Merge pull request #773 from dlang-community/update-ctags-url
Fix the URL in the ctags output
2019-09-12 16:46:55 -07:00
Brian Schott c7060997d5
Merge pull request #775 from andre2007/generic_issue
Added reportFormat sonarQubeGenericIssueData
2019-09-12 16:46:36 -07:00
Andre Pany 3b6bbad9fe Added reportFormat sonarQubeGenericIssueData 2019-09-11 12:53:26 +02:00
Hackerpilot 583fa7a898 Fix the URL in the ctags output 2019-08-23 11:19:23 -07:00
Basile-z 19e9b9093a
update dparse to 0.13.z (#771) 2019-07-11 18:22:23 +02:00
Eugene Wissner 3b9d608866 Track check name for error messages (#769)
* Track check name for error messages

* Assert BaseAnalyzer.getName() is implemented
2019-07-09 12:16:25 +02:00
Frank LENORMAND 94d102a5f6 Document --errorFormat (#767)
* Document the "--errorFormat" in the usage message

* Document the "--errorFormat" in the README
2019-07-02 23:00:16 +02:00
Eugene Wissner 9502af2494 Split unused variable and unused parameter checks (#768) 2019-07-02 22:56:52 +02:00
Hiroki Noda e13c4f2f60 Use writeln instead of write to print the version (#764) 2019-06-03 09:34:17 +02:00
Basile-z 378cbcc6bd
fix #762 - False positive on "unused variable" with side effect (#763) 2019-05-29 11:11:03 +02:00
Sebastian Wilzbach e5a73fa0ef
Merge pull request #761 from wilzbach/fix-760
Fix #760 - ignore deprecated symbols in the undocumented check
2019-05-15 00:57:15 +02:00
Sebastian Wilzbach e2b5f852e6 Upgrade EMSI containers 2019-05-14 23:29:53 +02:00
Sebastian Wilzbach 93418e3aa9 Fix #760 - ignore deprecated symbols in the undocumented check 2019-05-14 23:29:53 +02:00
Sebastian Wilzbach e8180d64a6 Use LDC for cross-compilation Win{32,64} binaries (#743)
* Build win64 binaries

* Allow adding DFLAGS

* bump ldc to 1.13

* Download & install the same LDC version

* Build win64 binaries in a separate job

* Fix release-windows for ARCH=64

* Re-enable ldc-beta

* Add more comments

* Use the LDC release build

* Remove note about requiring wine

* Split-up LDC setup in a separate file
2019-04-18 02:36:21 +02:00
Basile-z 4ad4b52c93
upgrade dependencies (#756) 2019-04-01 09:01:15 +02:00
Basile-z 139ecc32ee
fix warning about missing object.d when building with make+ldc|gdc (#757)
fix #614
2019-03-31 20:08:58 +02:00
Basile-z b51ee472fe
update dparse to fix a parse error on type list slices (#754) 2019-02-28 12:20:44 +01:00
Basile Burg 4499e559f0 final attrib check, prevent using an array to store the protection 2019-02-28 12:09:21 +01:00
Basile Burg 7850f30ec9 fix dscanner warning on non doc decl 2019-02-28 12:01:58 +01:00
Basile-z fc04099b1e
udpate dependencies, fix #738, fix #749 (#753) 2019-02-18 15:59:49 +01:00
Basile-z 1bb815e927
update dependencies dparse 0.11.z and containers fixed to 0.8.0-alpha.11 (#752) 2019-02-15 13:03:10 +01:00
Jan Jurzitza 3e78ef108f Fix dubhash with spaces in folder name (#748) 2019-01-15 03:07:49 +01:00
Basile Burg 436a961934 Revert "ci, add codecov (#741)"
This reverts commit 0b84fc9b6b.
2019-01-03 03:05:03 +01:00
Basile Burg b416de96eb Revert "fix detecting ci env var to set coverage"
This reverts commit e9307ad158.
2019-01-03 03:04:59 +01:00
Basile Burg e9307ad158 fix detecting ci env var to set coverage 2019-01-02 23:27:00 +01:00
BBasile 0b84fc9b6b ci, add codecov (#741)
ci, add codecov
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2019-01-02 16:23:18 +01:00
Nathan Sashihara 383fcb84d8 Fix byte order mark stripping (#740)
Fix byte order mark stripping
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2019-01-01 11:13:09 +01:00
Jan Jurzitza 3759479d9c Upgrade to libdparse 0.10.12 (#739)
Upgrade to libdparse 0.10.12
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-31 01:59:40 +01:00
The Dlang Bot 7568c7a655
Merge pull request #737 from BBasile/dip-25
update dependencies to allow building with `-dip25`
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-12-29 17:02:59 +01:00
Basile Burg ed27a1b91b update dependencies to allow building with `-dip25` 2018-12-29 16:50:17 +01:00
Sebastian Wilzbach 2a2475ac41
Merge pull request #736 from WebFreak001/fix-releases
Build tagged releases in CIs
2018-12-27 16:54:24 +01:00
WebFreak001 71d5e09019 Build tagged releases in CIs 2018-12-27 16:36:35 +01:00
Sebastian Wilzbach 09cb316c39
Merge pull request #733 from WebFreak001/fix-dub-dep-build
Fix dubhash.d for packages depending on dscanner
2018-12-09 12:56:15 +01:00
WebFreak001 691bc1a9a7 Fix dubhash.d for packages depending on dscanner 2018-12-09 12:33:03 +01:00