Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: prefer https:// links in favour of http:// #4897

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vlsi
Copy link

@vlsi vlsi commented Mar 14, 2025

The following regular expression identified the deviations:

http://(?!(www\.w3|www\.apache\.org/licenses|maven\.apache\.org/(POM|xsd)))

The following regular expression identified the deviations:

http://(?!(www\.w3|www\.apache\.org/licenses|maven\.apache\.org/(POM|xsd)))
@vlsi
Copy link
Author

vlsi commented Mar 14, 2025

Note: the front page uses lists http:// link as well, however, I was not able to find the source for the doc

https://errorprone.info/ ->

$ bazel build :hello
ERROR: example/myproject/BUILD:29:1: Java compilation in rule '//example/myproject:hello'
ShortSet.java:6: error: [CollectionIncompatibleType] Argument 'i - 1' should not be passed to this method;
its type int is not compatible with its collection's type argument Short
      s.remove(i - 1);
              ^
    (see http://errorprone.info/bugpattern/CollectionIncompatibleType)
1 error

@tbroyer
Copy link
Contributor

tbroyer commented Mar 14, 2025

It's in the gh-pages branch: https://github.com/google/error-prone/blob/gh-pages/index.md

vlsi added a commit to vlsi/error-prone that referenced this pull request Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants