Lawrence Velázquez
76e38e108f
Merge fe315a25c4
into d3001f337a
2024-12-28 03:25:26 -05:00
Lawrence Velázquez
fe315a25c4
Recognize internal variables new in bash 5.3
...
From the bug-bash@gnu.org announcement "Bash-5.3-beta available":
q. GLOBSORT: new variable to specify how to sort the results of
pathname expansion (name, size, blocks, mtime, atime, ctime,
none) in ascending or descending order.
w. BASH_MONOSECONDS: new dynamic variable that returns the value of
the system's monotonic clock, if one is available.
x. BASH_TRAPSIG: new variable, set to the numeric signal number of
the trap being executed while it's running.
https://lists.gnu.org/archive/html/bug-bash/2024-12/msg00120.html
2024-12-28 03:20:19 -05:00
Joseph C. Sible
d3001f337a
Simplify getParseOutput
2024-12-13 23:57:50 -05:00
Joseph C. Sible
7deb7e853b
Use mapM_ instead of sequence_ and <$>
2024-12-13 23:47:55 -05:00
Joseph C. Sible
26b949b9b0
Use mapM_ instead of isJust and fromJust
2024-12-13 23:45:32 -05:00
Joseph C. Sible
5adfea21ee
Use the result of the comparison directly instead of an if/else
2024-12-13 23:20:48 -05:00
Joseph C. Sible
0ecaf2b5f1
Use foldr instead of explicit recursion
2024-12-13 23:19:36 -05:00
Joseph C. Sible
195b70db8c
Use unless instead of when and not
2024-12-13 23:06:49 -05:00
Vidar Holen
3c75d82db5
Fix stacktest complaining about permissions on /mnt
2024-11-29 13:00:36 -08:00
Vidar Holen
7f3f014d49
Allow latest QuickCheck
2024-11-28 11:51:22 -08:00
Vidar Holen
47bff1d5fd
Add 24.04 to distrotest LTS
2024-11-03 16:54:45 -08:00
Vidar Holen
0ee46a0f33
Update filepath dependency
2024-11-03 14:19:08 -08:00
Vidar Holen
792466bc22
Update Diff dependency ( fixes #3075 )
2024-11-03 13:56:51 -08:00
Vidar Holen
097018754b
Mention that SC2002 (UUOC) is now no longer enabled by default.
2024-10-27 18:10:00 -07:00
Vidar Holen
f2932ebcdc
Remember to add changelog to release messages ( fixes #3051 )
2024-10-27 16:02:56 -07:00
Vidar Holen
5e3e98bcb0
Use CFG to determine use-before-define for SC2218 ( fixes #3070 )
2024-10-27 15:43:30 -07:00
Vidar Holen
68bc17b8ea
Merge pull request #3056 from random1223/patch-1
...
Update README.md and add Codety into the tool list
2024-10-27 12:47:16 -07:00
Tony
5c2be767ab
Update README.md
...
Add Codety Scanner into the static analysis solution list.
Here are the examples of the result:
* Codety's pull request code review example: https://github.com/codetyio/codety-scanner/pull/66#issuecomment-2339438925
* Codety's GitHub code scan result example : https://github.com/codetyio/codety-scanner/runs/29907371258
Codety Scanner is open source: https://github.com/codetyio/codety-scanner
2024-09-09 18:56:18 -07:00
Vidar Holen
79e43c4550
Allow parsing arbitrary coproc names ( fixes #3048 )
2024-09-07 17:14:52 -07:00
Vidar Holen
ca65071d77
Run unit tests in GitHub actions
2024-09-01 14:08:15 -07:00
Vidar Holen
8a1b24c7af
Fix paths for CI binary packaging after upgrade
2024-09-01 13:56:44 -07:00
Vidar Holen
88e441453b
Make SC2002 optional (useless-use-of-cat)
2024-08-31 18:31:47 -07:00
Vidar Holen
1487e57a46
Suppress unused warnings about stderr and stderr_lines from bats tests, fixing tests.
2024-08-31 18:27:18 -07:00
Vidar Holen
68e6f02267
Expand list of recognized unicode spaces (and rewrite for performance)
2024-08-31 18:00:49 -07:00
Vidar Holen
c7611dfcc6
Use dynamic artifact name to work around issue with v4 uploader
2024-08-19 18:37:29 -07:00
Vidar Holen
15f132e167
Merge pull request #2972 from s1204IT/master
...
Upgrade build workflow dependencies
2024-08-19 17:48:54 -07:00
Vidar Holen
4e69767b03
Merge pull request #2988 from bryanhonof/bryanhonof.add-flox
...
Add Flox to list of installation methods
2024-08-19 17:46:55 -07:00
Vidar Holen
8bf8cf5cc7
Merge pull request #3018 from hasit/patch-1
...
Update README.md to add CodeRabbit to the list of services that use ShellCheck
2024-08-19 17:46:34 -07:00
Vidar Holen
17ebc3dda0
Merge pull request #2973 from jandubois/bats-stderr
...
Add new bats variables stderr and stderr_lines
2024-08-04 16:52:59 -07:00
Vidar Holen
4cd76283da
Merge pull request #3011 from sertonix/busybox-3003
...
Fix SC3003, SC3036 and SC3045 for busybox shell
2024-08-04 16:52:15 -07:00
Vidar Holen
cd6fdee99b
Merge pull request #3034 from dereckson/SC2016-oc
...
Whitelist oc to avoid SC2016 false positive
2024-08-04 16:50:30 -07:00
Vidar Holen
c831616f3a
Merge pull request #3037 from ember91/master
...
Fix typos and trailing whitespace
2024-08-04 16:49:38 -07:00
Emil Berg
38c5ba7c79
Fix typos and trailing whitespace
2024-08-03 08:49:40 +02:00
Sébastien Santoro
2696c6472d
Whitelist oc to avoid SC2016 false positive
...
Fixes #3033 .
2024-07-31 13:33:25 +00:00
Hasit Mistry
d590a35ff8
Update README.md
2024-07-09 14:22:19 -07:00
Sertonix
6d2f3d8628
Allow 'echo -e' in busybox shell
2024-07-09 16:58:50 +02:00
Sertonix
4c85274921
Fix SC3045 for busybox shell
2024-07-09 16:57:44 +02:00
Sertonix
6593096ba0
Allow SC3003 on busybox shell
2024-07-09 16:56:59 +02:00
Joseph C. Sible
98b8dc0720
Use fromList instead of reimplementing it in terms of foldl
2024-07-07 01:28:06 -04:00
Joseph C. Sible
95c0cc2e4b
Simplify removeUnnecessaryStructuralNodes
2024-07-07 01:28:06 -04:00
Joseph C. Sible
e5fdec970a
Swap the order of the tuple returned by orderEdge
2024-07-07 01:28:06 -04:00
Joseph C. Sible
8746c6e7f2
Switch the order of the maps to avoid unnecessary unionWith instead of union
2024-07-07 01:28:06 -04:00
Joseph C. Sible
61b7e66f80
Use sets instead of maps that never use their values
2024-07-07 01:28:06 -04:00
Joseph C. Sible
b408f54620
Simplify invokedNodes
2024-07-07 01:28:00 -04:00
Vidar Holen
3946cbd4a0
Upgrade docker build images
2024-06-24 05:12:21 +00:00
Vidar Holen
c4b7b79b8b
Merge branch 'mengzhuo-main'
2024-06-18 01:53:21 +00:00
Vidar Holen
23e76de4f2
Allow riscv64 image to run without binfmt_misc
2024-06-18 01:52:56 +00:00
Meng Zhuo
15de97e33f
Add linux.riscv64 precompiled support
2024-05-30 19:20:21 +08:00
Bryan Honof
78d1ee0222
Add Flox to list of installation methods
2024-05-24 17:15:09 +02:00
Vidar Holen
ac8fb00504
Account for BusyBox support of [[ ]] ( fixes #2967 )
2024-05-04 16:45:52 -07:00