Commit graph

992 commits

Author SHA1 Message Date
dependabot-preview[bot] 31547d2ca4
Bump log from 0.4.8 to 0.4.11 (#590)
Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-20 15:31:37 +02:00
dependabot-preview[bot] 379b7b44d5
Bump dirs from 2.0.2 to 3.0.1 (#584)
Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.2 to 3.0.1.
- [Release notes](https://github.com/soc/dirs-rs/releases)
- [Commits](https://github.com/soc/dirs-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-20 15:31:17 +02:00
Liwen Guo a6fa401dc4
Make --no-ignore imply all other --no-ignore- flags (#588)
* Make --no-ignore imply all other --no-ignore- flags

And add --no-ignore-dot to only disable .ignore files, matching ripgrep.

Fixes #585.

* Cosmetic code updates for consistency

* Update CLI help text in README

* Update src/utils/fs.rs

Co-authored-by: Liwen Guo <lg@livven.me>

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2020-09-20 15:30:35 +02:00
Emmanuel Alap 82429f5c32
Add support for TTCN-3 (#621)
* Add support for TTCN-3

* Fix TTCN's expected lines
2020-09-20 15:29:57 +02:00
TheAlgorythm 3a898483fe
add Tera templating language (#627)
* add Tera templating language

* Add Tera test

* changed maybe to the right counting

```html
    <!--
        document.write("Multi-line and Code comment!");{# comment #}
        //-->
```
as 2 comments

* changed code count

* updated comment count

* changed comments

* Update Tera.tera
2020-09-15 17:53:00 +02:00
dependabot-preview[bot] 7d4ab16013 Bump serde from 1.0.115 to 1.0.116
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.115 to 1.0.116.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.115...v1.0.116)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14 04:59:42 +00:00
dependabot-preview[bot] 4e054c67d8
Bump git2 from 0.13.10 to 0.13.11 (#625)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.10 to 0.13.11.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/commits/0.13.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-09 10:13:03 +02:00
dependabot-preview[bot] 7cc20e44eb
Bump crossbeam-channel from 0.4.2 to 0.4.4 (#623)
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.2 to 0.4.4.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/v0.4.2...crossbeam-channel-0.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-07 09:24:48 +02:00
Alex Mason bce9242ba4
Add definition for DAML (#620)
* Adds DAML, essentially a dialect of Haskell

* Update README.md

* Update languages.json

* Create Daml.daml

* Update Daml.daml

* Line comments are specifically "-- " not just "--"

* Add test for comment-esque function

* Fix number of lines

* Fix DAML example (again)

* Add line using --$ operator

* Update Daml.daml

* Update Daml.daml
2020-09-04 16:56:22 +02:00
Spenser Black 420afd3573
Add Stylus language (#619)
* Create stylus.styl

* Add Stylus language
2020-09-01 18:41:34 +02:00
dependabot-preview[bot] 37df49fa8f
Bump rayon from 1.3.1 to 1.4.0 (#617)
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/v1.3.1...rayon-core-v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-25 08:01:20 +02:00
dependabot-preview[bot] 2a8b1c7693
Bump git2 from 0.13.6 to 0.13.10 (#615)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.6 to 0.13.10.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-21 07:58:10 +02:00
dependabot-preview[bot] 90c1e2a012 Bump once_cell from 1.4.0 to 1.4.1
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-18 05:00:20 +00:00
XAMPPRocky 18397f1cdc
Update mean_bean_ci.yml 2020-08-17 10:48:23 +02:00
XAMPPRocky d52bc083f9
Update mean_bean_deploy.yml 2020-08-16 15:59:58 +02:00
dependabot-preview[bot] 9a6e799dd0 Bump clap from 2.33.2 to 2.33.3
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.2 to 2.33.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-14 07:51:39 +00:00
dependabot-preview[bot] 9218f9a1bf
Bump tera from 1.3.1 to 1.5.0 (#609)
Bumps [tera](https://github.com/Keats/tera) from 1.3.1 to 1.5.0.
- [Release notes](https://github.com/Keats/tera/releases)
- [Changelog](https://github.com/Keats/tera/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/tera/commits/v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-11 12:01:59 +02:00
dependabot-preview[bot] db949c4355 Bump serde from 1.0.114 to 1.0.115
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.114 to 1.0.115.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-11 05:03:49 +00:00
Jos van Bakel 724c8e8995
Add LiveScript to languages.json (#607)
LiveScript is a language which compiles to JavaScript.  (http://livescript.net/)
2020-08-10 11:51:06 +02:00
dependabot-preview[bot] 900e069e03 Bump clap from 2.33.1 to 2.33.2
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.1 to 2.33.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-06 05:00:50 +00:00
Steven Tang 64bb4e10fe Add summary information to output formats 2020-08-05 17:59:36 +02:00
Michael Rodler 2b5ab4fa1c Added CodeQL language support 2020-08-05 17:55:30 +02:00
dependabot-preview[bot] a442170439 Bump dashmap from 3.11.9 to 3.11.10
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.11.9 to 3.11.10.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.11.9...v3.11.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-05 05:12:58 +00:00
Andrea Tupini 3d8e0595a8 Fix very minor typo in README 2020-08-03 17:49:22 +02:00
dependabot-preview[bot] 8c051381ea Bump dashmap from 3.11.7 to 3.11.9
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.11.7 to 3.11.9.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.11.7...v3.11.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 05:10:49 +00:00
XAMPPRocky bb3b87193a
Update LICENCE-APACHE 2020-07-31 12:27:00 +02:00
XAMPPRocky cd2f4d0be1
Update LICENCE-MIT 2020-07-31 12:26:48 +02:00
dependabot-preview[bot] d3a48d322d Bump serde_json from 1.0.56 to 1.0.57
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.56...v1.0.57)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 05:29:42 +00:00
XAMPPRocky 037b88906b
Update README.md 2020-07-22 11:01:51 +02:00
NickHackman f37b2db17a Export find_char_boundary hidden
Used in cli_utils for printing report totals with number formats.
2020-07-21 13:06:43 +02:00
NickHackman 3f1491e582 Added num-format option underscores
Allows printing numbers with `_`s. For example, 1_234
2020-07-21 13:06:43 +02:00
NickHackman b9b022f8c9 feat: number formatted printing
Adds commandline argument to print numbers with commas, plain, or dots.
For example, dots would result in 1.324.
2020-07-21 13:06:43 +02:00
dependabot-preview[bot] 7659bc1f2a Bump dashmap from 3.11.4 to 3.11.7
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.11.4 to 3.11.7.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.11.4...v3.11.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-12 21:05:24 +00:00
dependabot-preview[bot] 66a81899d3
Bump aho-corasick from 0.7.10 to 0.7.13 (#574)
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.10 to 0.7.13.
- [Release notes](https://github.com/BurntSushi/aho-corasick/releases)
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.7.10...0.7.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-12 21:42:29 +02:00
XAMPPRocky 904be2ac23
Update mean_bean_deploy.yml 2020-07-12 21:41:04 +02:00
XAMPPRocky 92a861a4c5
Update mean_bean_ci.yml 2020-07-12 11:19:51 +02:00
XAMPPRocky dd6f4421bd
Update mean_bean_ci.yml 2020-07-11 21:26:11 +02:00
XAMPPRocky 4e839b84bd
Update README.md 2020-07-04 12:48:56 +02:00
dependabot-preview[bot] 2859f4ee45 Bump serde_json from 1.0.55 to 1.0.56
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.55 to 1.0.56.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.55...v1.0.56)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-30 05:03:45 +00:00
dependabot-preview[bot] 3c2653b184
Bump parking_lot from 0.10.2 to 0.11.0 (#575)
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.10.2...0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-29 22:20:34 +02:00
Alexandru Macovei 404e664267
Add support for ABNF grammar specs (#577) 2020-06-29 09:30:13 +02:00
XAMPPRocky 3485cd3f58
Delete markdown.md 2020-06-28 08:20:14 +02:00
Steven Tang 0f23e248c2
Remove duplicated 'json' from --output (#576)
Resolves #570, #571
2020-06-27 09:23:21 +02:00
Erin Power ca4bab1124 Release 12.0.4
tokei@12.0.4

Generated by cargo-workspaces
2020-06-24 14:03:43 +02:00
Erin Power af326fd73c Fix empty tags causing panics and support markdown code identifiers to be split by , 2020-06-24 14:03:25 +02:00
Erin Power 189fe14167 Release 12.0.3
tokei@12.0.3

Generated by cargo-workspaces
2020-06-22 17:27:20 +02:00
Erin Power 47c5ea6dfd Release 12.0.2
tokei@12.0.2

Generated by cargo-workspaces
2020-06-22 16:50:28 +02:00
Erin Power a8ca1af9b1 fix len 2020-06-22 16:50:17 +02:00
Erin Power 1c7287666b Release 12.0.1
tokei@12.0.1

Generated by cargo-workspaces
2020-06-22 15:21:07 +02:00
Erin Power e4ff3c2b5b fix panic if empty 2020-06-22 15:20:46 +02:00