Fixing documentation

Change-Id: I639080cfa8f3d0e6845f4779e7b5b4bd14775cb0
diff --git a/Makefile b/Makefile
index 48ce867..e45d5ff 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@
 	@echo ""
 	@echo "Static code analysis OK"
 
-test: test-unit test-bbr
+test: docs-lint test-unit test-bbr
 
 test-unit: clean local-omci-sim builder # @HELP Execute unit tests
 	@mkdir -p ./tests/results
diff --git a/VERSION b/VERSION
index 781dcb0..738a839 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.3
+1.1.4-dev
diff --git a/docs/source/api.rst b/docs/source/api.rst
index c44cec4..ca0f945 100644
--- a/docs/source/api.rst
+++ b/docs/source/api.rst
@@ -26,4 +26,4 @@
 corresponding REST server is started on port 50073. The following endpoints are
 currently defined:
 
-.. openapi:: ../swagger/legacy/bbsim.swagger.json
\ No newline at end of file
+.. openapi:: ../swagger/legacy/bbsim.swagger.json
diff --git a/docs/source/bbsim_config.rst b/docs/source/bbsim_config.rst
index 9c4d8dc..9893583 100644
--- a/docs/source/bbsim_config.rst
+++ b/docs/source/bbsim_config.rst
@@ -142,4 +142,4 @@
       {"EventType":"OLT-enable-received","OnuSerial":"","OltID":4,"IntfID":-1,"OnuID":-1,"EpochTime":1583152243144,"Timestamp":"2020-03-02 12:30:43.144449453"}
       {"EventType":"ONU-discovery-indication-sent","OnuSerial":"BBSM00040001","OltID":4,"IntfID":0,"OnuID":0,"EpochTime":1583152243227,"Timestamp":"2020-03-02 12:30:43.227183506"}
       {"EventType":"ONU-activate-indication-received","OnuSerial":"BBSM00040001","OltID":4,"IntfID":0,"OnuID":1,"EpochTime":1583152243248,"Timestamp":"2020-03-02 12:30:43.248225467"}
-      {"EventType":"MIB-upload-received","OnuSerial":"BBSM00040001","OltID":4,"IntfID":0,"OnuID":1,"EpochTime":1583152243299,"Timestamp":"2020-03-02 12:30:43.299480183"}
\ No newline at end of file
+      {"EventType":"MIB-upload-received","OnuSerial":"BBSM00040001","OltID":4,"IntfID":0,"OnuID":1,"EpochTime":1583152243299,"Timestamp":"2020-03-02 12:30:43.299480183"}
diff --git a/docs/source/development/internals.rst b/docs/source/development/internals.rst
index f936f64..93f59c6 100644
--- a/docs/source/development/internals.rst
+++ b/docs/source/development/internals.rst
@@ -218,4 +218,4 @@
             igmp_join_started -> igmp_join_error -> igmp_join_started
             igmp_join_started -> igmp_left
         }
-    }
\ No newline at end of file
+    }
diff --git a/docs/source/operations.rst b/docs/source/operations.rst
index 72c636d..3b50fef 100644
--- a/docs/source/operations.rst
+++ b/docs/source/operations.rst
@@ -8,7 +8,8 @@
 When you ``enable`` the device in VOLTHA the simulator will:
 
 - activate all the configured ONUs
-- wait for the EAPOL flow for each Service that requires it and trigger the authentication state machine as soon as it's received
+- wait for the EAPOL flow for each Service that requires it and trigger the authentication state machine as soon as
+  it's received
 - wait for the DHCP flow for each Service that requires it and trigger the DHCP state machine as soon as it's received
 
 BBSimCtl
@@ -149,4 +150,4 @@
 .. toctree::
     :maxdepth: 1
 
-    api.rst
\ No newline at end of file
+    api.rst
diff --git a/docs/source/sadis_config.rst b/docs/source/sadis_config.rst
index 4d74631..7ee9017 100644
--- a/docs/source/sadis_config.rst
+++ b/docs/source/sadis_config.rst
@@ -59,4 +59,4 @@
 
    curl --user karaf:karaf http://localhost:8181/onos/v1/network/configuration/apps/org.opencord.sadis
 
-In ONOS subscriber information can be queried using ``sadis <uni-id>``.
\ No newline at end of file
+In ONOS subscriber information can be queried using ``sadis <uni-id>``.