Skip to content

Commit a6e4138

Browse files
committed
test yetus
1 parent 99f296a commit a6e4138

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

dev-support/hbase_docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,6 @@ RUN git clone --depth 1 -b ${BRANCH_OR_TAG} https://github.com/apache/hbase.git
8989
ENV HBASE_HOME /root/hbase-bin
9090
ENV PATH "/root/hbase-bin/bin:${PATH}"
9191

92+
# for test hadolint
93+
9294
CMD ["/bin/bash", "-c", "start-hbase.sh; hbase shell"]

dev-support/hbase_eclipse_formatter.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* See the License for the specific language governing permissions and
1818
* limitations under the License.
1919
*/
20+
21+
for test xmllint
2022
-->
2123
<profiles version="22">
2224
<profile kind="CodeFormatterProfile" name="'HBase Apache Current'" version="22">

dev-support/hbasetests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,6 @@ then
425425
fi
426426
fi
427427

428+
echo "for test shellcheck"
429+
428430
exit

hbase-shell/src/main/ruby/shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
18-
#
18+
# for test rubocop
1919
require 'irb'
2020
require 'irb/workspace'
2121

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'mvn package'. If you are interested in the full story, see
2828
https://issues.apache.org/jira/browse/HBASE-6795.
2929
30+
for triggering test
3031
-->
3132
<modelVersion>4.0.0</modelVersion>
3233
<parent>

0 commit comments

Comments
 (0)