Skip to content

Commit 4f1834f

Browse files
committed
TODO: Use HTTPS for various URLs
1 parent ee609da commit 4f1834f

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

data/c.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ command = splint -I{cwd} -strict +quiet {files}
171171
# TODO: frama-c
172172
# TODO: scan-build
173173
# TODO: abi-compliance-checker
174-
# TODO: http://oclint.org/
174+
# TODO: https://oclint.org/
175175
# TODO: http://saturn.stanford.edu/
176176
# TODO: https://scan.coverity.com/ https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00424.html
177177
# TODO: https://github.com/facebookarchive/flint
@@ -193,7 +193,7 @@ command = splint -I{cwd} -strict +quiet {files}
193193
# TODO: http://compcert.inria.fr/
194194
# TODO: https://github.com/NASA-SW-VnV/ikos/
195195
# TODO: https://divine.fi.muni.cz/
196-
# TODO: http://www.spinroot.com/static/
196+
# TODO: https://www.spinroot.com/static/
197197
# TODO: https://github.com/sosy-lab/cpachecker/
198198
# TODO: shell metacharacter injection: system popen
199199
# TODO: astyle

data/elf.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ command = ldd --function-relocs {files}
100100
# TODO: https://metacpan.org/dist/Devel-Plumber
101101
# TODO: https://github.com/eriksjolund/empty-argv-segfault-check
102102
# TODO: https://github.com/yugr/ShlibVisibilityChecker
103-
# TODO: http://blog.reverberate.org/2016/11/07/introducing-bloaty-mcbloatface.html
103+
# TODO: https://blog.reverberate.org/2016/11/07/introducing-bloaty-mcbloatface.html
104104
# TODO: https://github.com/yugr/sortcheck
105105
# TODO: https://github.com/yugr/valgrind-preload
106106
# TODO: https://github.com/yugr/sigcheck

data/english.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ command = proselint {cwd}
6464
# TODO: https://github.com/lyda/misspell-check
6565
# TODO: https://github.com/retextjs/awesome-retext
6666
# TODO: https://github.com/textlint/textlint
67-
# TODO: http://www.abisource.com/projects/link-grammar/ https://github.com/opencog/link-grammar
68-
# TODO: http://afterthedeadline.com/
67+
# TODO: https://www.abisource.com/projects/link-grammar/ https://github.com/opencog/link-grammar
68+
# TODO: https://afterthedeadline.com/
6969
# TODO: https://github.com/lpenz/atdtool
7070
# TODO: http://scg.unibe.ch/research/textlint https://github.com/DamienCassou/textlint
7171
# TODO: https://errata-ai.gitbook.io/vale

data/javascript.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ command = gjslint {files}
3232
# TODO: https://github.com/es-analysis/plato
3333
# TODO: https://github.com/abuiles/ember-watson
3434
# TODO: https://github.com/clutchski/coffeelint
35-
# TODO: http://www.jslint.com/
35+
# TODO: https://www.jslint.com/
3636
# TODO: https://jshint.com/
3737
# TODO: https://flow.org/
3838
# TODO: shell metacharacter injection: child_process.exec()
@@ -43,7 +43,7 @@ command = gjslint {files}
4343
# TODO: https://rome.tools/#start-linting
4444
# TODO: https://deno.land/manual/tools/formatter
4545
# TODO: https://deno.land/manual/tools/linter https://github.com/denoland/deno_lint
46-
# TODO: http://rslint.org/ https://github.com/rslint/rslint
46+
# TODO: https://rslint.org/ https://github.com/rslint/rslint
4747
# TODO: https://dprint.dev/
4848
# TODO: https://github.com/ajinabraham/nodejsscan
4949
# TODO: https://github.com/ajinabraham/njsscan

data/misc.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ command = grep -nHrF mailto:/ {cwd}
170170
# TODO: https://github.com/coala/coala
171171
# TODO: https://github.com/nexB/scancode-toolkit/
172172
# TODO: https://github.com/jeremylong/DependencyCheck/
173-
# TODO: http://www.coding-guidelines.com/numbers/
173+
# TODO: https://www.coding-guidelines.com/numbers/
174174
# TODO: ebnflint
175175
# TODO: https://fbinfer.com/ https://bugs.debian.org/789059
176176
# TODO: https://research.fb.com/inferbo-infer-based-buffer-overrun-analyzer/

data/ocaml.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ command = ocamlobjinfo {file} | grep -E '^(File |Uses unsafe features: YES)' | p
1717

1818
# TODO: unsafe language features: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702349#24
1919
# asked about on #ocaml and here: <1452740997.2807.5.camel@debian.org>
20-
# TODO: http://mascot.x9c.fr/
20+
# TODO: https://mascot.x9c.fr/

data/ruby.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ command = roodi
2626
# TODO: ruby -w -c
2727
# TODO: ruby-lint https://github.com/YorickPeterse/ruby-lint
2828
# TODO: ruby-reek
29-
# TODO: http://ruby.sadi.st/
29+
# TODO: https://ruby.sadi.st/
3030
# TODO: bundler audit
3131
# TODO: https://github.com/presidentbeef/brakeman
3232
# TODO: disabling SSL: verify_mode = OpenSSL::SSL::VERIFY_NONE

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ https://github.com/simplymeasured/ruby-appraiser
2525
https://git.launchpad.net/ubuntu-security-tools/tree/audits
2626
https://github.com/sk-/git-lint
2727
https://prospector.readthedocs.io/en/master/supported_tools.html
28-
http://www.flycheck.org/en/latest/languages.html
28+
https://www.flycheck.org/en/latest/languages.html
2929
https://www.emacswiki.org/emacs/FlyMake
3030
https://www.illusori.co.uk/projects/emacs-flymake/
3131
https://atomlinter.github.io/
@@ -56,7 +56,7 @@ https://danger.systems/
5656
https://github.com/cmeissner/puppet-git-hooks
5757
https://github.com/anchor/git-vogue
5858
https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard
59-
http://pre-commit.com/
59+
https://pre-commit.com/
6060
https://github.com/Arkweid/lefthook
6161
https://github.com/typicode/husky
6262
https://github.com/sds/overcommit

0 commit comments

Comments
 (0)