[pgjdbc/pgjdbc] 7ae1e8: chore: enable AtclauseOrder checkstyle rule (#1417)

AlexElin <[email protected]> Sun, 24 Feb 2019 04:44:14 -0800
Newsgroups gmane.comp.db.postgresql.jdbc
Message-ID <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 7ae1e833cda9966c79fc84ebe633f8492b3e5f3d
      https://github.com/pgjdbc/pgjdbc/commit/7ae1e833cda9966c79fc84ebe633f8492b3e5f3d
  Author: AlexElin <[email protected]>
  Date:   2019-02-24 (Sun, 24 Feb 2019)

  Changed paths:
    A .editorconfig
    R pgjdbc/.editorconfig
    M pgjdbc/pom.xml
    M pgjdbc/src/main/checkstyle/checks.xml
    M pgjdbc/src/main/java/org/postgresql/PGConnection.java
    M pgjdbc/src/main/java/org/postgresql/core/Parser.java
    M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java
    M pgjdbc/src/main/java/org/postgresql/replication/PGReplicationStream.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/BatchExecuteTest.java

  Log Message:
  -----------
  chore: enable AtclauseOrder checkstyle rule (#1417)

* chore: enable AtclauseOrder checkstyle rule

enable AtclauseOrder checkstyle rule + fix violations + update checkstyle lib and plugin

* chore: enable AtclauseOrder checkstyle rule

move .editorconfig to upper level