Pull request #11: Added code style for HTML, JavaScript and LessMerge in INF/intellij-settings-repository from feature/react-js-code-style to default
* commit 'b03284280d7cff0ea8d713cbdc05a19d6aad4eb0':
Added code style for HTML, JavaScript and Less
Pull request #10: Update the diagram to the new bitbucket urlMerge in INF/intellij-settings-repository from INF-663-Update-bitbucket-url-to-the-new-web-accessible-url to default
* commit '480d43605637110b991293584b6bf02834a97034':
Update the diagram to the new bitbucket url
Pull request #9: INF-663 Update bitbucket url to the new web accessible urlMerge in INF/intellij-settings-repository from bugfix/INF-663-intellij-checkstyles.xml-needs-update-for-web-url to default
* commit 'be73d029d74ac6eaaf997a7d6404990ad0eca3ed':
INF-663 Update bitbucket url to the new web accessible url
Pull request #8: INF-462 Set the max line length marker at 150 as agreed by the architectsMerge in INF/intellij-settings-repository from feature/INF-462-update-intellij-line-length-marker-to-150 to default
* commit '29eb2dff2a08547a610b50b85416a8c9b1b99a24':
INF-462 Set the max line length marker at 150 as agreed by the architects
Pull request #7: Feature/INF-342 checkstylesMerge in INF/intellij-settings-repository from feature/INF-342-checkstyles to default
* commit '0947b1829ced8d61534df8afd40ed6e227ae3ab6':
INF-342 Correct spelling of necessary
INF-342 Update the readme now that checkstyles should be pre setup
INF-342 Include project defaults for check-styles
Pull request #5: INF-342: Else on new lineMerge in INF/intellij-settings-repository from feature/INF-342-else-on-new-line to default
* commit 'b261ca6fcc805ae0a9e446dcbb2a594d807ba11d':
INF-342: Else on new line
Pull request #4: INF-342 Add instruction to install pluginsMerge in INF/intellij-settings-repository from feature/INF-342-install-checkstyles to default
* commit '9773e842e792ee356797fab2446b6c8964a31c16':
INF-342 Add instruction to install plugins
Pull request #3: Feature/INF-342 code inspectionsMerge in INF/intellij-settings-repository from feature/INF-342-code-inspections to default
* commit '7e1d76b7ac6f35864ff03f84292ea61e52dd638f':
INF-342 Agreed with Lottie to remove feature envy; too many false positives
INF-342 Add pattern for ${...} strings, which are spring properties, no need to non-nls there
INF-342 Unqualified method access is actually fine by our standard
INF-342...
Pull request #2: Feature/INF-342 intellij checkstylesMerge in INF/intellij-settings-repository from feature/INF-342-intellij-checkstyles to default
* commit '9486a91d32b0c115b7f7b70eb21f209c644ce2c1':
INF-342 Add a direct download link and correct a typo
INF-342 Correct typo
INF-342 Add instructions on how to configure checkstyles in intelliJ
INF-342 Add checkstyles to be auto installed
INF-342 Add the mirada checkstyles into the repos...
INF-342 Looks like the regex only scans the strings themselves, not the whole line, so remove as does nothingSee https://youtrack.jetbrains.com/issue/IDEA-274615
Pull request #1: Feature/INF-342 intellij uncontroversialSettingsMerge in INF/intellij-settings-repository from feature/INF-342-intellij-uncontroversialSettings to default
* commit '3e18eac5d24cef57b635fd60ee72e7e2ae8c5ec6':
INF-342 Whiles should also be on new lines
INF-342 Add that catches and finallys are on their own lines
INF-342 Add the TODO add destription to the new class templates
INF-342 Seems it must have this empty file to be considered...