HEdingfield
HEdingfield
Thanks for this suggested fix, I was running into the same issue and this worked for me. Do you think it makes sense to change [this file](https://github.com/checkstyle/checkstyle/blob/checkstyle-10.2/src/main/resources/google_checks.xml) in the `checkstyle`...
I filed an issue [here](https://github.com/checkstyle/checkstyle/issues/12043), but I'm out of my depth in responding to their questions... can anyone from the Grade team able to chime in over there? It's still...
@mveach posted some helpful info on their investigation into this issue here: https://github.com/checkstyle/checkstyle/issues/12043#issuecomment-1213474092 Would someone working on the Gradle project be able to parse this and potentially post a fix...
I'm curious as to why support from Django 1.8 and beyond is necessary, given [this](https://github.com/rdegges/django-sslify#using-django-18-or-later)? Wondering because I was planning to just use SECURE_SSL_REDIRECT = True now and phase out...
Ah, I see, thanks. FYI, I think the feature you mentioned is also available in Django now via [SECURE_REDIRECT_EXEMPT](https://docs.djangoproject.com/en/2.0/ref/settings/#secure-redirect-exempt).
After investigating this more, I determined that django-sslify still does something that SECURE_SSL_REDIRECT apparently doesn't: it actually forces the URL in the browser to change to https://, which is really...
That said, do we have an ETA on the 0.2.8 release? haha
Would love an update on 0.2.8!
Similar problem for me running JDK 17 and trying to upgrade from `0.0.11` to `0.0.12` or `0.0.13` and then using `gradle run` inside IntelliJ: ``` WARNING: Unknown module: my.project specified...
Appreciate you looking into this, thank you! Followed up in the Gradle repo to see if we can get traction on it there.